opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
**Description:** Support the new Stable HTTP Semantic Conventions **Existing Issue(s):** < Link any applicable issues. > **Testing:** < Describe what testing was performed and any tests were added. > **Documentation:**...
### Component(s) maven-extension ### Is your feature request related to a problem? Please describe. I have been trying to flush out the maven-extension in a Jenkins Environment trying to use...
### Component(s) jmx-metrics ### What happened? ## Description Hi all, we are using the jmx gatherer with a custom groovy script that has 60-70 instruments. We configure a default interval...
E.g. it's not calling `LoggingCustomizer` SPI and so logging is using no-op implementation. see https://github.com/open-telemetry/opentelemetry-java-contrib/pull/474#discussion_r990323748
**Is your feature request related to a problem? Please describe.** The Otel TraceId is defined as 16-byte array with at least one non-zero byte. https://opentelemetry.io/docs/reference/specification/trace/api/#retrieving-the-traceid-and-spanid The Xray TraceID has the...
The OpenTelemetry community currently owns two separate JMX metrics implementations. * The [jmx metrics gatherer](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jmx-metrics) from this repo * The [JMX metrics insights](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/instrumentation/jmx-metrics/javaagent/README.md) instrumentation It was suggested that we should...
**Is your feature request related to a problem? Please describe.** Right now the EKSResource detector is only collecting the following information when running in a EKS Environment: * Cluster Name...
**Description** - Everything is working fine at the beginning, but after some time(10 hours to 10 days depends on the “collection_interval”) the metrics from Jvm/Cassandra(for example “cassandra.client.request.range_slice.latency.99p”) stops, but all...
**Is your feature request related to a problem? Please describe.** aws-xray has a dependency on OkHttp because of the **XraySamplerClient**. This causes transitive dependency issues with other projects. As an...
### Component(s) aws-xray ### Is your feature request related to a problem? Please describe. OpenTelemetry provides an [AwsXrayIdGenerator](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/aws-xray/src/main/java/io/opentelemetry/contrib/awsxray/AwsXrayIdGenerator.java), but there is no easy way to start using it with auto-instrumentation...