opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
### Component(s) jmx-metrics ### What happened? ## Description Using JMX Gatherer `otel.mbeans` to match a collection of MBeans consistently emits the warning `Instrument ...has recorded multiple values for the same...
### Component(s) maven-extension ### Is your feature request related to a problem? Please describe. When updating to OpenTelemetry SDK 1.28.0 in #952, I wasn't sure what to do with `OpenTelemetrySdkServiceTest`...
### Component(s) aws-xray-propagator ### What happened? ## Description AWS XRay propagator sometimes fails to parse `X-Amzn-Trace-Id` with the following exception. Too short trace ids should return invalid trace. This might...
### Component(s) maven-extension ### Is your feature request related to a problem? Please describe. https://github.com/open-telemetry/opentelemetry-java-contrib/blob/811d8d7e1cdcefb03ed2a20ae09312aa16a3f33a/maven-extension/build.gradle.kts#L64-L69 ### Describe the solution you'd like Update maven-extension to latest semconv ### Describe alternatives you've...
### Component(s) aws-xray ### Is your feature request related to a problem? Please describe. https://github.com/open-telemetry/opentelemetry-java-contrib/blob/811d8d7e1cdcefb03ed2a20ae09312aa16a3f33a/aws-xray/build.gradle.kts#L49-L54 ### Describe the solution you'd like Update aws-xray component to latest semconv ### Describe alternatives...
**Description:** Bug fix - Handle too short `X-Amzn-Trace-Id` header **Existing Issue(s):** [AWS Propagator throws exception when used with Netty ](https://github.com/open-telemetry/opentelemetry-java-contrib/issues/1034) **Testing:** Added new test for short trace id **Documentation:** No...
**Is your feature request related to a problem? Please describe.** Opentelmetry java instrumentation is nicely able to handle the application traces using annotations, a nice feature to have would be...
**Is your feature request related to a problem? Please describe.** Structured logging with the JbossLogManager does not propagate the spanId and trace in a form where Google Cloud logging can...
**Describe the solution you'd like** It would be nice if this project published a BOM for easier management of modules it provides, similar like `opentelemetry-java` does.
Similar to java-instrumentation repository. Motivated by #507.