opentelemetry-java-contrib
opentelemetry-java-contrib copied to clipboard
From https://github.com/open-telemetry/opentelemetry-java-contrib/pull/4#discussion_r475331945 and similar discussions, a standardized MBean object and attribute specification format should be designed and implemented to allow for JMX Metric Gatherer functionality without the caveats that arise...
Currently, `AbstractThreadDispatchingHandler` looks at incoming JFR events and delegates them based on the (grouped) thread name. Some JFR events, e.g. `jdk.JavaMonitorWait` also have a `monitorClass` that might be a useful...
More control over the logs would be nice. I want tracing on by default, so if the endpoint is inaccessible for whatever reason Id like to silence this sort of...
**Is your feature request related to a problem? Please describe.** When the surefire:test goal fails, it could list failing tests or at list the first ones. 
We currently use plexus dependency injection, but using JSR would allow constructor injection, fitting better with our general patterns of non-null final fields, and provide an experience more consistent with...
**Is your feature request related to a problem? Please describe.** I would like to be able to instrument common logging libraries like Log4J and Logback to inject trace IDs that...
**Is your feature request related to a problem? Please describe.** The open telemetry collector project supports a kafka based collector, that according to the description can read otlp protos from...
**Is your feature request related to a problem? Please describe.** Adding support for `Jaeger B3 baggage` header propagation. Open Telemetry does not support baggage header propagation in a format expected...
Users have asked for a way to ensure that their manually created spans are never sampled out while still allowing the rest of instrumentation to sample normally. One approach I'm...
**Is your feature request related to a problem? Please describe.** Allow JakartaEE applications to use OpenTelementry. APIs and their implementations could also use this. **Describe the solution you'd like** Add...