Skip to content

fix: add missing opentelemetry-exporter-otlp-proto-grpc dependency - #6031

Merged
leseb merged 1 commit into
ogx-ai:mainfrom
derekhiggins:add-otlp-grpc-exporter
Jun 9, 2026
Merged

fix: add missing opentelemetry-exporter-otlp-proto-grpc dependency#6031
leseb merged 1 commit into
ogx-ai:mainfrom
derekhiggins:add-otlp-grpc-exporter

Conversation

@derekhiggins

@derekhiggins derekhiggins commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Closes #6030

The opentelemetry-instrument wrapper defaults to gRPC for trace/metrics export, but only opentelemetry-exporter-otlp-proto-http is a dependency. Auto-instrumentation fails at startup with otlp_proto_grpc not found and traces are silently lost.

Adds opentelemetry-exporter-otlp-proto-grpc>=1.30.0 to dependencies.


Open in Devin Review

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 potential issue.

View 1 additional finding in Devin Review.

Open in Devin Review

Comment thread pyproject.toml
@derekhiggins
derekhiggins force-pushed the add-otlp-grpc-exporter branch from 2284550 to 4b8099d Compare June 4, 2026 15:53
…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
derekhiggins force-pushed the add-otlp-grpc-exporter branch from 4b8099d to de75c5d Compare June 4, 2026 16:55

@rhdedgar rhdedgar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 towards the telemetry efforts

@leseb
leseb added this pull request to the merge queue Jun 9, 2026
Merged via the queue into ogx-ai:main with commit 25cc138 Jun 9, 2026
70 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add missing opentelemetry-exporter-otlp-proto-grpc dependency

3 participants