-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OpenTelemetry SDK Autoconfigure #26444
Comments
The idea is to mirror the OTel side configs in order to better document the features on our side. This will require some work on our side but will improve the dev experience because there will no ambiguity on the working configs and which OTel config version is being supported. |
The existing WIP PR tried to allign as best as possible the current OTel extension and the OTel side autoconfiguration. However, the PR #26760 will be closed and incremental PRs will be done because:
|
Finally done |
Description
Provide support for OpenTelemetry SDK Autoconfigure:
https://github.com/open-telemetry/opentelemetry-java/blob/main/sdk-extensions/autoconfigure/README.md
Scheduled work:
We identified improvements (see comments bellow) to the initial PR #26760
Leading to this phased execution plan:
Refactor OpenTelemetry extension #28314
Move opentelemetry-exporter-jaeger from Quarkus to Quarkiverse quarkiverse/quarkus-opentelemetry-exporter#1
Move opentelemetry-exporter-otlp to opentelemetry. Remove opentelemetry-exporter-jaeger #28487
Drop quarkus-opentelemetry-exporter-jaeger from main quarkus-platform#647
Drop quarkus-opentelemetry-exporter-jaeger from 2.13 branch quarkus-platform#648
Merge quarkus-opentelemetry-exporter-otlp into quarkus-opentelemetry quarkus-super-heroes#161
Merge quarkus-opentelemetry-exporter-otlp into quarkus-opentelemetry quarkus-quickstarts#1191
Wiki release notes (TBD)
Update links for published docs on the quarkiverse extension (TBD)
Fix vertx otel sdk reload in devmode #28792
OpenTelemetry extension re-write using the SDK AutoConfigure #30033
Required by:
The text was updated successfully, but these errors were encountered: