Bruno Baptista
Bruno Baptista
**Is your feature request related to a problem? Please describe.** Allow JakartaEE applications to use OpenTelementry. APIs and their implementations could also use this. **Describe the solution you'd like** Add...
- Fixes #26444 Work: - [x] Create data model to mimic Otel properties - [x] PoC on MP-OpenTelemetry: https://github.com/smallrye/smallrye-opentelemetry/pull/142 - [x] Move model to quarkus and split between runtime and...
Fixes #2667 ## Changes Add OTEL_SDK_ENABLED environment property This will allow applications to easily deactivate opentelemetry on deployments where it's not supported or needed. This property is already present in...
We would like `otel.experimental.sdk.enabled` java system property to become permanent and be called `otel.sdk.enabled`. This would be the env. variable: OTEL_EXPERIMENTAL_SDK_ENABLED This request comes from the Eclipse MicroProfile (MP) Tracing...
After 1.17.0 the attribute net.sock.peer.addr is being used, at least in GRPC calls but it’s not showing up in the SemanticAttributes class. io.opentelemetry.semconv.trace.attributes.SemanticAttributes does not have attribute net.sock.peer.addr and others...
Part of #26444 and https://issues.redhat.com/browse/QUARKUS-2394 Depends on https://github.com/quarkiverse/quarkus-opentelemetry-exporter/pull/1 (merged but not released) Remove quarkus-opentelemetry-parent-aggregator and ...-exporter-jaeger Move ...-exporter-otlp inside quarkus-opentelemetry as default exporter Update Docs This PR introduces breaking changes
### Description We need a howto detailing the process and best practices around migrating Quarkus applications from OpenTracing to OpenTelemetry. ### Implementation ideas _No response_
…as default. This can only be merged after this is released: https://github.com/quarkusio/quarkus/pull/28487
**Is your feature request related to a problem? Please describe.** aws-xray has a dependency on OkHttp because of the **XraySamplerClient**. This causes transitive dependency issues with other projects. As an...