opentelemetry-java
                                
                                
                                
                                    opentelemetry-java copied to clipboard
                            
                            
                            
                        OpenTelemetry Java SDK
**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...
`.\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...
**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....
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...
**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...
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...
**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...
**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...
**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...