Skip to content
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

Micrometer to OpenTelemetry Bridge #43831

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

brunobat
Copy link
Contributor

@brunobat brunobat commented Oct 11, 2024

solves #43621

The implementation uses the opentelemetry-micrometer-1.5 library.

This allows us to create a Micrometer registry implemented with the OpenTelemetry SDK and APIs.

All telemetry data created with both Micrometer and OpenTelemetry will be processed by the same OpenTelemetry SDK instance from the quarkus-opentelemetry extension and will use it's configuration and exporters.

quarkus-micrometer extension configurations should also work, as verified on some tests.

Missing:

  • Native tests
  • Tests with exemplars using OTel Tracing.
  • Documentation updates
  • Decide what to do with the OTel metrics auto instrumentation

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 11, 2024

/cc @ebullient (micrometer)

Copy link

github-actions bot commented Oct 11, 2024

🎊 PR Preview 8f50794 has been successfully built and deployed to https://quarkus-pr-main-43831-preview.surge.sh/version/main/guides/

  • Images of blog posts older than 3 months are not available.
  • Newsletters older than 3 months are not available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant