Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
kaylareopelle opened this issue Jul 31, 2024 · 1 comment
Open
Labels
help wanted Extra attention is needed keep

Comments

@kaylareopelle
Copy link
Contributor

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: #1337)

Contributions welcome to add test coverage, error handling, and other work to make this production-ready.

@kaylareopelle 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
Copy link
Contributor

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

@github-actions github-actions bot added the stale label Aug 31, 2024
@kaylareopelle kaylareopelle added help wanted Extra attention is needed keep and removed stale labels Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed keep
Projects
None yet
Development

No branches or pull requests

1 participant