Is it possible to set headers in the telemetry metrics sink? #5785
Unanswered
seanankenbruck
asked this question in
Q&A
Replies: 2 comments 1 reply
|
it's not support today, but shouldn't be hard to extend. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I am running Envoy proxy in an environment where my opentelemetry collector requires the header
X-Scope-OrgIdto route metrics data to the appropriate tenant. In the documentation , it is not clear if you can set custom headers on the sink definition. For access logs and tracing, it seems like this is possible but for my purposes I would need to set the header on metrics as well.From the Envoy Gatewy docs, the sample is shown below:
Is it possible to set a custom header in this sink definition?
All reactions