opentelemetry-java-contrib icon indicating copy to clipboard operation
opentelemetry-java-contrib copied to clipboard

Results 136 opentelemetry-java-contrib issues
Sort by recently updated
recently updated
newest added

**Description:** Removed Okhttp3 dependency. Okhttp3 brings Kotlin into the classpath and some of us do not want to bring Kotlin into the classpath as it creates "dependency hell" **Existing Issue(s):**...

component:aws-resources

Hello, I'm reaching out on behalf of the AWS X-Ray team. We would like to request the addition of new labels to this repository: `sampler: aws:xray`, `propagator: aws:xray`, and `id-generator:...

As discussed in June 20th Java SIG meeting, we have two distinct ways to capture JMX metrics: - with instrumentation agent through the [JMX insight](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/javaagent/README.md) feature - with contrib through...

### Component(s) jmx-metrics ### What happened? ## Description When using tomcat as the target system for jmx-metrics, `tomcat.sessions` is always emitted as 0 despite the MXBeans showing a non-zero value...

component: jmx-metrics

Creation of the OpampClient main API. It's inspired by the existing [OpAMP Go client](https://github.com/open-telemetry/opamp-go/blob/b33ab76c401d0f5c3f179c5905409c1502176f97/client/client.go) one with the lifecycle methods as well as some setters and a callback, which is also...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.testcontainers:kafka](https://java.testcontainers.org) ([source](https://redirect.github.com/testcontainers/testcontainers-java)) | `1.20.1` -> `1.20.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/org.testcontainers:kafka/1.20.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

### Component(s) _No response_ ### Is your feature request related to a problem? Please describe. We currently don't have a Java OpAMP client implementation available in an OTel repo. ###...

https://github.com/open-telemetry/opentelemetry-java-contrib/blob/4eb047394f008889f7b2a0ada96677f46102576c/runtime-attach/runtime-attach-core/src/main/java/io/opentelemetry/contrib/attach/core/AgentFileProvider.java#L57 This line takes forever in my SpringBootApplication when in debug mode, it's fine when running normally. GraalVM 17.0.12 https://github.com/microsoft/ApplicationInsights-Java/blob/aee3513604c5b56a23acdceabf97aa0f31064dd2/agent/runtime-attach/src/main/java/com/microsoft/applicationinsights/attach/ApplicationInsights.java#L63 Has anyone else experienced this?

This is the first part of #1941. It adds a new component called `ibm-mq-metrics` which provides a runnable utility that can fetch metrics from IBM MQ series and emit them...

This pull request introduces a new `CelBasedSampler` to the OpenTelemetry Java SDK, enabling advanced sampling rules using the [Common Expression Language (CEL)](https://cel.dev/). It also includes updates to the existing `RuleBasedRoutingSampler`...