Erlang tracing as a source of OT traces #486
Replies: 4 comments 9 replies
-
There have been experiments with this. I'd like to see it as something you could enable at runtime to get additional trace data. But they don't exactly overlap, like we can't use Erlang tracing to handle Otel traces completely because that would remove the ability of the user to use Erlang tracing for debugging purposes at runtime because there can be only one tracer. We've had discussions with the OTP team on some ways to improve this and to do cross-process propagation automatically. |
Beta Was this translation helpful? Give feedback.
-
Tracing management is somewhat fuzzy at this point, I'd agree on that :) What did the OTP team think and/or propose? Thanks!!!!! |
Beta Was this translation helpful? Give feedback.
-
I've been looking at this too and it would be great if tracing can just be flipped on automatically for interprocess spans.
"Userspace"/OTP level tracing seems to be the most promising and easy to implement so far.
OTP tracing is manual and not magical but it seems clean. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, has this aspect progressed in some way? Any contribution from the OTP people? Were there any insights derived from acd6811? |
Beta Was this translation helpful? Give feedback.
-
Hi everyone! I was wondering if Erlang traces could be used as a source for OT traces. Both functionalities seem to overlap somewhat, but would also complement each other nicely. What would be your opinion? Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions