Jira: https://issues.redhat.com/browse/QUARKUS-2394
OpenTelemetry Jaeger exporter has tech-preview support in RHBQ 2.7. Starting with RHBQ 2.13 the tech-preview support is dropped. The extension quarkus-opentelemetry-exporter-jaeger
and quarkus-opentelemetry-exporter-otlp
are planned to be moved to Quarkiverse in the future, quarkus-opentelemetry
extension is the one to be used instead of Jaeger exporter.
All references to quarkus-opentelemetry-exporter-jaeger
and quarkus-opentelemetry-exporter-otlp
are going to be removed. Current coverage is going to be replaced by quarkus-opentelemetry
. The extension quarkus-opentelemetry
will integrate quarkus-opentelemetry-exporter-otlp
and set it as the default exporter.
Additionally we need to be sure that all metadata related to quarkus-opentelemetry-exporter-jaeger
and quarkus-opentelemetry-exporter-otlp
are dropped especially in https://code.quarkus.redhat.com/?extension-search=origin:platform%20quarkus-opentelemetry-exporter-jaeger (to be checked on the stage instance)
The main impact is related to scenarios configuration and documentation in the following test suites:
- Quarkus Test Suite
- Beefy Scenarios
- Start&Stop
- Marete
- No additional requirements for resources in lab. Current coverage is going to be covered by
quarkus-opentelemetry
and the required resources are the same.
Following actions were taken to ensure familiarity:
- Ensure documentation provides clear explanation on configuration options
- Ensure good user experience and simplicity of use
- Review upstream documentation
- No advanced topics found
- Tester: Pablo Gonzalez [email protected]