Replies: 3 comments 8 replies
-
One option is to provide your own |
Beta Was this translation helpful? Give feedback.
-
Would all of these spans belong to one parent span where you could set the attributes? If so, sounds like it could fall under this request to add inheritable attributes to spans: open-telemetry/opentelemetry-specification#1337 |
Beta Was this translation helpful? Give feedback.
-
Hi All, I have spring-slueth and open telemetry library, so my question is if I register SpanProcessor, will both Java Agent and Spring-sleuth (which depends on Open telemetry lib), will both will have setup attribute. I am a newbie to open telemetry so I have few questions:
Again, I am new to Open telemetry and trying to understand SpanProcessor. |
Beta Was this translation helpful? Give feedback.
-
I have a use case where I would like to tag all spans with user session (session_uuid). This will act as TAG for all span. When I search in zipkin, by span attributes, I will search for all spans that have session-id == 'some_session_id'.
Is there a thread-local that can be set per-thread for the span that will automatically set attributes?
Beta Was this translation helpful? Give feedback.
All reactions