You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have option to always add the PID as an attribute
When correlating inter-process spans, it would be very helpful to always have PID as an attribute.
For instance, if I had a with_span on a process' init call, you could correlate all spans made by that process instance.
Seems like there would be two options:
General config.exs where you turn it on for all spans
A special :pid option (similar to :result) in the include: list.
The text was updated successfully, but these errors were encountered:
It would be nice to have option to always add the
PID
as an attributeWhen correlating inter-process spans, it would be very helpful to always have PID as an attribute.
For instance, if I had a
with_span
on a process'init
call, you could correlate all spans made by that process instance.Seems like there would be two options:
:pid
option (similar to:result
) in theinclude:
list.The text was updated successfully, but these errors were encountered: