Make otlp-http, otlp-grpc, and otlp-common gems production-ready
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.
Initial PRs related to this work:
- https://github.com/open-telemetry/opentelemetry-ruby/pull/1179
- https://github.com/open-telemetry/opentelemetry-ruby/pull/1180
These exporters are not production ready as they currently exist. (See: https://github.com/open-telemetry/opentelemetry-ruby/issues/1337)
Contributions welcome to add test coverage, error handling, and other work to make this production-ready.
👋 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.