open-telemetry / opentelemetry-ruby

OpenTelemetry Ruby API & SDK, and related gems
https://opentelemetry.io/
Apache License 2.0
484 stars 237 forks source link

Make otlp-http, otlp-grpc, and otlp-common gems production-ready #1667

Open kaylareopelle opened 2 months ago

kaylareopelle commented 2 months ago

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:

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.

github-actions[bot] commented 1 month ago

👋 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.