opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.apache.maven.plugin-tools:maven-plugin-annotations](https://maven.apache.org/plugin-tools) | `3.14.0` -> `3.15.0` | [](https://docs.renovatebot.com/merge-confidence/)...
**Description:** Load OTel SDK config from environment variables and system properties. **Existing Issue(s):** * #1416 **Testing:** See added unit tests **Documentation:** < Describe the documentation added. Please be sure to...
### Component(s) _No response_ ### Is your feature request related to a problem? Please describe. This PR tries to update agorna to the latest version: https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1433 It currently breaks the...
### Component(s) aws-resources, aws-xray [Latest release, 1.37.0](https://github.com/open-telemetry/opentelemetry-java-contrib/releases/tag/v1.37.0) says it targets OpenTelemetry SDK 1.37.0 > This release targets the OpenTelemetry SDK 1.37.0. However, there is no release targeting [OpenTelemetry SDK 1.40.0](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.40.0)....
### Component(s) maven-extension ### What happened? ## Description Maven throws a NoClassDefFoundError while running package. No trace in Zipkin. ``` [WARNING] Problem stopping: public synchronized void io.opentelemetry.maven.OpenTelemetrySdkService.close() java.lang.NoClassDefFoundError: io/opentelemetry/sdk/common/CompletableResultCode ```...
**Description:** Workaround `NoClassDefFoundError` in `@PreDestroy` waiting for [MNG-8217 `ClassNotFoundException` in `@PreDestroy` method when Maven extension declared in `pom.xml`](https://issues.apache.org/jira/browse/MNG-8217) **Existing Issue(s):** * https://github.com/open-telemetry/opentelemetry-java-contrib/issues/1391 * [MNG-8217 `ClassNotFoundException` in `@PreDestroy` method when Maven...
### Component(s) maven-extension ### What happened? ## Description Setting the otel.resource.attributes doesn't work, contrary to documentation. I tested a few versions - this was working in 1.27, and stopped working...
**Description:** Span stacktrace module can't use autoconfiguration for now as it relies on a strict ordering of the span processors. The addition of `OnEnding` callback would unblock this but it's...
**Description:** Bug fix - The current Tomcat metric definitions use the `otel.mbean` constructor function, which expects the query to the MBean server to return a single MBean. If multiple mbeans...
### Component(s) jfr-connection ### What happened? ## Description Calling the Recording#close() method may throw an exception if the FlightRecorder MXBean closeRecording function fails. The behavior of the original microsoft/jfr-streaming code...