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

OpenTelemetry Java SDK

Results 386 opentelemetry-java issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** Tracing is going GA prior to Metrics. We should split the OpenCensus shim so that the tracing portion can go...

Feature Request
release:required-for-ga
priority:p2

`.\gradlew.bat build` output: ``` org.opentest4j.AssertionFailedError: Expecting value to be true but was false at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at [email protected]/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at app//io.opentelemetry.sdk.autoconfigure.OtlpHttpConfigTest.configureExportersGeneral(OtlpHttpConfigTest.java:189) at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at...

Bug

**Is your feature request related to a problem? Please describe.** Our custom build of OTEL Java agent captures more data, to be specific we capture all request and response headers....

Feature Request
blocked:spec

Example: Why in some APIs carrier is nullable and in others non-null? ```java interface Getter { /** * Returns all the keys in the given carrier. * * @param carrier...

documentation
release:after-ga

**Is your feature request related to a problem? Please describe.** I'd like to very quickly be able to find performance characteristics of SDK components. The reasons are severalfold: - I'd...

help wanted
Feature Request

The OT Shim layer needs to be updated to include the latest changes as introduced by https://github.com/open-telemetry/opentelemetry-specification/pull/1101 https://github.com/open-telemetry/opentelemetry-specification/pull/1563

Exemplars (especially those sampled during an active trace), should be able to grab wall-clock time @ nanosecond resolution from an AnchoredClock to line up w/ traces. Currently, they (will) call...

Feature Request

**Is your feature request related to a problem? Please describe.** OT has the concept of ResourceAttributes but they are not tagged to spans. For example, if I have: `-Dotel.resource.attributes=service.name=cats,service.namespace=mammals` Currently...

Feature Request
blocked:spec

**Describe the bug** The [spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk_exporters/zipkin.md#attribute) mentions that arrays must be serialized to string as a JSON list: > Array values MUST be serialized to string like a JSON list as...

Bug

**Is your feature request related to a problem? Please describe.** There is A LOT of **static** data sent in each trace with the ```otel.resource```-prefix. **Describe the solution you'd like** I'd...

Feature Request