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

**Description:** This is a continuation of the OpAMP implementation work. The changes here are focused on adding the [RequestService](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1928/files#diff-009fa20500f1814fae8690a2d95fad98e324d7b072a7d7be07fefde140ad80a8) interface along with its HTTP implementation. The [RequestService](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1928/files#diff-009fa20500f1814fae8690a2d95fad98e324d7b072a7d7be07fefde140ad80a8) interface serves as...

**Description:** The HTTP/URL semantic conventions were updated making the X-Ray Sampler outdated since it only recognizes the older HTTP semantic conventions. I've updated the SamplingRuleApplier to look at both the...

Relates https://github.com/open-telemetry/opentelemetry-java-contrib/issues/1907 Using the same config as https://github.com/open-telemetry/opentelemetry-java/blob/main/.github/workflows/build.yml

**Description:** This PR introduces a complete implementation of a generic messaging process wrapper API, designed to facilitate the creation of process spans and the propagation of trace context in a...

This is to create a periodic delay implementation that enables exponential backoff logic, to be used as the default retry periodic delay for opamp requests.

component:opamp-client

This is to ensure, once all the opamp-client pieces are in place, that we don't send repeated messages to the server. Based on [this discussion](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1928#discussion_r2138029016).

component:opamp-client

This is to ensure the same compatibility guarantees with Android apps as the one from [OTel Java](https://github.com/open-telemetry/opentelemetry-java) core.

component:opamp-client

[IBM MQ](https://en.wikipedia.org/wiki/IBM_MQ) (formerly called WebSphere MQ) is a messaging system which currently lacks OpenTelemetry instrumentation. The platform itself is capable of receiving diagnostic request messages and will respond to them...

### Component(s) samplers ### Is your feature request related to a problem? Please describe. The declarative configuration RuleBasedRoutingSampler currently only supports defining multiple rules. But this rules only apply for...

Use closeable in both `OpampClient` and `RequestService` and remove their `start` and `stop` methods, so that the implementations start their processes during creation. Based on these comments: - https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1835#discussion_r2097120696 -...

component:opamp-client