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

Allow users to specify options other than ManagedChannel for exporters #1361

Closed
carlosalberto opened this issue Jun 19, 2020 · 2 comments
Closed
Labels

Comments

@carlosalberto
Copy link
Contributor

A few exporters (OTLP, Jaeger) take a gRPC ManagedChannel as input, which means that if the user wants to add Metadata (or set related values), they have to actually write Interceptors. Wondering if we should simplify this - for reference, the gRPC Python API (and thus the OTLP Python exporter) allows to send Metadata in a simple way (it can be specified when a remote request is performed).

Opinions @bogdandrutu @pavolloffay ?

@carlosalberto carlosalberto added Feedback Requested Feature Request Suggest an idea for this project labels Jun 19, 2020
@malafeev
Copy link
Contributor

implemented for OTLP exporter: #1373

@jack-berg
Copy link
Member

This is done, generally. If there's a desire for additional new methods on the exporters we can open new issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants