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

Upgrade to OpenTelemetry SDK v 1.45 or above #46173

Open
brunobat opened this issue Feb 10, 2025 · 2 comments
Open

Upgrade to OpenTelemetry SDK v 1.45 or above #46173

brunobat opened this issue Feb 10, 2025 · 2 comments

Comments

@brunobat
Copy link
Contributor

brunobat commented Feb 10, 2025

Description

After OpenTelemetry sdk 1.45, the OpenTelemetry protocol was moved to v1.4.0, which uses protocol buffers v4.28.3 (from v 3.25.5).
Quarkus is still on 3.x which prevents us from upgrading above.

The last OTel instrumentation that we can upgrade to, before that, is https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases/tag/v2.10.0

Depends on: #44681

@brunobat brunobat added the kind/enhancement New feature or request label Feb 10, 2025
Copy link

quarkus-bot bot commented Feb 10, 2025

/cc @radcortez (opentelemetry)

@cescoffier
Copy link
Member

We cannot upgrade without deeply investigating what it means for our gRPC support. My previous exploration showed a few challenges:

  • the code generation was broken and needed tweaks
  • the generated code was not compatible

It may have changed since, but we must be extra careful about that update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Status: No status
Development

No branches or pull requests

2 participants