You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exporter/otlp-http, exporter/otlp-grpc and exporter/otlp-common directories in this repository reference tests to break out the existing opentelemetry-exporter-otlp gem into smaller chunks. Ruby doesn't currently have support for a gRPC exporter, and the behavior that would be shared between an HTTP and gRPC exporter would live in a common gem they both rely on.
These exporters are not production ready as they currently exist. (See: #1337)
Contributions welcome to add test coverage, error handling, and other work to make this production-ready.
The text was updated successfully, but these errors were encountered:
kaylareopelle
changed the title
Create separate gems for http, grpc export and a common gem they can rely on
Make otlp-http, otlp-grpc, and otlp-common gems production-ready
Jul 31, 2024
👋 This issue has been marked as stale because it has been open with no activity. You can: comment on the issue or remove the stale label to hold stale off for a while, add the keep label to hold stale off permanently, or do nothing. If you do nothing this issue will be closed eventually by the stale bot.
The
exporter/otlp-http
,exporter/otlp-grpc
andexporter/otlp-common
directories in this repository reference tests to break out the existingopentelemetry-exporter-otlp
gem into smaller chunks. Ruby doesn't currently have support for a gRPC exporter, and the behavior that would be shared between an HTTP and gRPC exporter would live in a common gem they both rely on.Initial PRs related to this work:
These exporters are not production ready as they currently exist. (See: #1337)
Contributions welcome to add test coverage, error handling, and other work to make this production-ready.
The text was updated successfully, but these errors were encountered: