Does Quarkus OpenTelemetry support 'otel.resource.providers.aws.enabled'? #51390
Unanswered
florian-scharinger
asked this question in
Q&A
Replies: 1 comment
-
|
/cc @brunobat (opentelemetry), @radcortez (opentelemetry) |
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
Uh oh!
There was an error while loading. Please reload this page.
-
We are running Quarkus in non-native (JVM) mode in AWS ECS, with
quarkus-opentelemetrydependency added. Spans, logs and metrics all works as I would expect. When running a standard Java application with OTel Java Instrumentation agent, it is possible to set-Dotel.resource.providers.aws.enabled=trueto enable the AWS resource provider and get resource attributes likecloud.regionetc automatically added to each and every span/log/metric that the application emits.I haven't found any mention of this property in the Quarkus documentation. Is automatic resource provider configuration supported by Quarkus at all? I was hoping to avoid using an OTel Collector as sidecar just to get resource attributes added.
Thanks in advance for your time 🙏
Beta Was this translation helpful? Give feedback.
All reactions