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

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...

type: enhancement
component:jmx-metrics

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...

comp:jfr-streaming

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...

type: enhancement
component:maven-extension

**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. ![image](https://user-images.githubusercontent.com/459691/146551939-5d957309-203e-4237-a3bf-112b14113dce.png)

type: enhancement
component:maven-extension

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...

type: enhancement
component:maven-extension

**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...

type: enhancement

**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...

type: enhancement

**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...

type: enhancement
help wanted

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...

type: enhancement
component:samplers

**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...

type: enhancement