Is there a way to embed tracing-subscriber level/severity into the trace attributes/context? #3027
Unanswered
skewballfox
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to implement
tracing-subscriber
level-aware tail based sampling collector side. The two ways that come to mind after digging around seems to be:For 1, is there a straight forward way to propogate the severity information from the
tracing::<level>!
to the opentelemetry trace state/trace context?Also is there another way to do this I'm not thinking of?
Beta Was this translation helpful? Give feedback.
All reactions