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

Preserve io.opentelemetry.exporter.otlp.logs.OtlpGrpcLogRecordExporterBuilder#setChannel and implement similar logic for HTTP #6995

Open
vbedrosova opened this issue Jan 7, 2025 · 1 comment

Comments

@vbedrosova
Copy link

We in JetBrains TeamCity are opentelemetry java sdk users and we require this method in our multi-node setup to have control over the executors in order to pass IO guard, etc.
Moreover we would appreciate similar ability for HTTP exporter as well as we can't support HTTP for our multi-node setup otherwise.

@jack-berg
Copy link
Member

Preserving io.opentelemetry.exporter.otlp.logs.OtlpGrpcLogRecordExporterBuilder#setChannel is a duplicate of #4531.

I wonder if your use case would be satisfied if we were to expose a setExecuteService(ExecutorService) method on the OTLP exporter builders. Currently, the executor service is hardcoded for all implementations, but it seems reasonable to give callers control of this. WDYT?

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

No branches or pull requests

2 participants