You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
A few exporters (OTLP, Jaeger) take a gRPC
ManagedChannel
as input, which means that if the user wants to addMetadata
(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 sendMetadata
in a simple way (it can be specified when a remote request is performed).Opinions @bogdandrutu @pavolloffay ?
The text was updated successfully, but these errors were encountered: