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
However, in the multi-tenant scenario, passing different headers mean we need to create a pipeline of multiple exporters and each exporter has the hard-coded header.
Describe the solution you'd like
Enable accessing headers passed from the upstream. So, the exporter simply use the passed one.
Describe alternatives you've considered
Tried this pipeline
Have multiple exporters, each with the different header value hard-coded.
Have the routing processor that determines which exporter will be used by the header value passed from the upstream.
Cons is the more tenant we have, the more exporter we must create.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
The otlp exporter supports the headers option so we can specify the header value we want to send to the downstream.
However, in the multi-tenant scenario, passing different headers mean we need to create a pipeline of multiple exporters and each exporter has the hard-coded header.
Describe the solution you'd like
Enable accessing headers passed from the upstream. So, the exporter simply use the passed one.
Describe alternatives you've considered
Tried this pipeline
Cons is the more tenant we have, the more exporter we must create.
The text was updated successfully, but these errors were encountered: