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

`SimpleHttpClientTest` [failed](https://github.com/open-telemetry/opentelemetry-java/runs/7981631151?check_suite_focus=true) with: ``` SimpleHttpClientTest$HttpsServerTest > goodCert() FAILED org.opentest4j.AssertionFailedError: expected: "Thanks for trusting me" but was: "" at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at io.opentelemetry.sdk.extension.aws.resource.SimpleHttpClientTest$HttpsServerTest.goodCert(SimpleHttpClientTest.java:84) ```

Bug

### Problem Statement Following the [specification change to add partial success responses](https://github.com/open-telemetry/opentelemetry-specification/pull/2696), each OTel SDK is encouraged to handle the resulting error message string in an appropriate way, considering existing...

Feature Request

**Describe the request** Specification PR https://github.com/open-telemetry/opentelemetry-specification/pull/2633 has changed the boundary conditions for exponential histograms and specified that SDKs SHOULD be exact for powers-of-two. This implies a fairly complex change, see...

Bug
metrics

This relates to #4675. The `ZipkinSpanExporter` (and the `OtelToZipkinSpanTransformer` in #4675) will grab the local IP address and hold on to that value for the lifecycle of the instance. This...

Feature Request

optimize resource detection by skipping providers that would add no new keys Most of the functionality is already working with the following pattern: give the lower priority detector a higher...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.zipkin.brave:brave-bom](https://togithub.com/openzipkin/brave) | `6.0.0` -> `6.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.zipkin.brave:brave-bom/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

Part of https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/10409 Here's a PoC to show that the functionality actually works for spring boot: https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/10453 - the new component loader: https://github.com/zeitlinger/opentelemetry-java/blob/1a6f0016521bfbdc7c7fc3900655efdd4df2fd16/sdk-extensions/autoconfigure/src/main/java/io/opentelemetry/sdk/autoconfigure/ComponentLoader.java#L28-L42 - this is the spring implementation of...

A prototype solution for #6197. The idea is to start to more fully realize the potential of scope as a concept. Today, scope is just a piece of metadata attached...

**Describe the bug** Hitting an issue when using the SDK AutoConfigure with the otlp exporter. This has been observed when following the getting started guide instructions ([Getting started - Manual...

Bug

This is a reference implementation for the [service.instance.id spec PR](https://github.com/open-telemetry/semantic-conventions/pull/312)