Baggage Logging in Span Attributes in Tempo #45491
Unanswered
samadhanlawate
asked this question in
Q&A
Replies: 1 comment
-
Hi team, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I am doing one poc, to propagate baggage received from header and show it in Span attributes.
In order to see baggage in Span attributes section I need to write one line code i.e -
baggage.asMap().forEach((key, val) -> Span.current().setAttribute(key,
val.getValue()));
I have used below 2 dependancies in pom.xml
io.quarkus
quarkus-opentelemetry
io.quarkus
quarkus-observability-devservices-lgtm
provided
My question here is ,
Does baggage not automatically seen in span attributes section without writing single line of code?
Beta Was this translation helpful? Give feedback.
All reactions