Add attributes while using autoconfigured javaagent #4549
Unanswered
mindscratch
asked this question in
Q&A
Replies: 1 comment 2 replies
-
hi @mindscratch! check out https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/manual-instrumentation.md#manual-instrumentation |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
I like the idea of using the autoconfigured JavaAgent to support tracing in my gRPC service, but I was wondering if it's possible to add attributes or baggage to the spans somehow? Perhaps a mix of autoconfigured + manual? Or would I have to just go all manual?
Beta Was this translation helpful? Give feedback.
All reactions