Use AWS X-Ray id generator with auto-instrumentation #8790
-
Is it possible to use AWS X-Ray id generator with OpenTelemetry Java auto-instrumentation? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
moving this question to the instrumentation repository |
Beta Was this translation helpful? Give feedback.
-
Hey @vmihailenco , Did you mean the |
Beta Was this translation helpful? Give feedback.
I wouldn't count on a new OTel-wide env var setting; but I think it's quite possible to have a custom
AutoConfigurationCustomizerProvider
that sets the generator depending on some configuration flag (e.g.otel.aws-xray.trace-id-generator.enabled
or something) in the aws-xray module. Can you create an issue in the contrib repo and ping the aws-xray component owners?