opentelemetry-java
                                
                                
                                
                                    opentelemetry-java copied to clipboard
                            
                            
                            
                        OpenTelemetry Java SDK
Follow-up to #3308 & related ticket with js: https://github.com/open-telemetry/opentelemetry-js-contrib/issues/1173 **Is your feature request related to a problem? Please describe.** Detection of the `container.id` in `ContainerResource.java` currently works by reading from...
Implements spec PR [#2633](https://github.com/open-telemetry/opentelemetry-specification/pull/2633). Resolves #4698.
Codifies discussions in #4661.
Related to #4714. Lots of files 😅, but not a lot of substance 🙂
The spec is going to soon have a [log appender / event API](https://github.com/open-telemetry/opentelemetry-specification/pull/2676), in addition to the existing SDK. To implement we need: - [x] Rename classes for alignment. We...
So the [spec is pretty clear](https://github.com/open-telemetry/opentelemetry-specification/blob/534d4562b9e4f9ba030146783a1785f94b266862/specification/resource/sdk.md#specifying-resource-information-via-an-environment-variable) about the resource attributes env being treated as an otel `Resource` that should be _merged_ with the user-provided resource. Currently, in the case where...
`Baggage` without a valid `Span` should still be properly propagated in inter-process and in-process operations. This is part of the [OT compatibility section](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/opentracing.md) - essentially, the changes are: 1) [ActiveSpan()](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/compatibility/opentracing.md#get-the-active-span):...
Resolves #4653.
Resolves #4747. The resulting pom artifact looks like: ``` 4.0.0 io.opentelemetry opentelemetry-bom-alpha 1.19.0-alpha-SNAPSHOT pom OpenTelemetry Java OpenTelemetry Bill of Materials (Alpha) https://github.com/open-telemetry/opentelemetry-java The Apache License, Version 2.0 http://www.apache.org/licenses/LICENSE-2.0.txt opentelemetry OpenTelemetry...