fix: add missing opentelemetry-exporter-otlp-proto-grpc dependency - #6031
Merged
Conversation
derekhiggins
requested review from
bbrowning,
cdoern,
franciscojavierarceo,
leseb,
mattf,
raghotham and
skamenan7
as code owners
June 4, 2026 15:38
derekhiggins
force-pushed
the
add-otlp-grpc-exporter
branch
from
June 4, 2026 15:53
2284550 to
4b8099d
Compare
…gx-ai#6030) The opentelemetry-instrument wrapper defaults to gRPC for trace export but only the HTTP exporter was installed, causing auto- instrumentation to fail with "otlp_proto_grpc not found". Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Derek Higgins <derekh@redhat.com>
derekhiggins
force-pushed
the
add-otlp-grpc-exporter
branch
from
June 4, 2026 16:55
4b8099d to
de75c5d
Compare
rhdedgar
approved these changes
Jun 5, 2026
rhdedgar
left a comment
Contributor
There was a problem hiding this comment.
+1 towards the telemetry efforts
leseb
approved these changes
Jun 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #6030
The
opentelemetry-instrumentwrapper defaults to gRPC for trace/metrics export, but onlyopentelemetry-exporter-otlp-proto-httpis a dependency. Auto-instrumentation fails at startup withotlp_proto_grpc not foundand traces are silently lost.Adds
opentelemetry-exporter-otlp-proto-grpc>=1.30.0to dependencies.