opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
This will allow support for AWS's environment variable with no additional config keys and no changes to instrumentation required. I included a propagator that did just the env var propagation...
### Component(s) jmx-metrics ### Is your feature request related to a problem? Please describe. I'd like to collect both `jvm` metrics and custom application metrics with a single instance of...
### Component(s) maven-extension ### What happened? See #1141 for the latest version update to `plexus-component-annotations` 2.2.0. It appears that they have deprecated `@Component` in favor of just using the JSR330...
### Component(s) prometheus-client-bridge ### What happened? The functionality is implemented in `opentelemetry-java` in https://github.com/open-telemetry/opentelemetry-java/pull/6015, which allows you to associate your own `PrometheusRegistry` with `PrometheusHttpServer`. ### Component version latest ### Log...
**Description:** Replaced existing `okhttp` based HttpClient (`SimpleHttpClient`) by a JDK 1.8 implementation using `HttpURLConnection`. `okhttp` adds too many dependencies to a project that performs simple HTTP calls to discover resource...
### Component(s) prometheus-client-bridge ### Is your feature request related to a problem? Please describe. Why Prometheus exporter not support exponential histogram? https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/prometheus-client-bridge/src/main/java/io/opentelemetry/contrib/metrics/prometheus/clientbridge/MetricAdapter.java ### Describe the solution you'd like not yet...
Reference: https://mail.openjdk.org/pipermail/jigsaw-dev/2023-March/014816.html The intention is to disable allowing dynamic attach of agents by default starting with Java 21. The runtime attach component should at a minimum enhance the README to...
**Is your feature request related to a problem? Please describe.** The JMX Metric Gatherer doesn't have any integration tests involving SSL. **Describe the solution you'd like** Add integration tests that...
**Description:** Adopt new `io.opentelemetry.semconv:opentelemetry-semconv` lib without yet replacing `http.url` and `http.method` by `url.full` and `http.request.method` as we will want to align with the OTel Java Auto Instrumentation and support `-Dotel.semconv-stability.opt-in=http...`...
**Description:** [io.opentelemetry:opentelemetry-semconv](https://search.maven.org/artifact/io.opentelemetry/opentelemetry-semconv) was moved to [io.opentelemetry.semconv:opentelemetry-semconv](https://search.maven.org/artifact/io.opentelemetry.semconv/opentelemetry-semconv) and the former is now deprecated as per https://github.com/open-telemetry/opentelemetry-java/pull/5786. **Existing Issue(s):** #1044 **Testing:** Unittest execution **Documentation:** **Outstanding items:**