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
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
Problem
Currently on the prometheus remote write sink there is no way to stamp custom HTTP headers. The only header that you can stamp is X-Scope-OrgID using the tenant_id config.
For comparison, the HTTP sink does allow configuring custom headers.
Proposal
Create a new field on the prometheus remote write sink called headers that will contain one or more header name to header value mappings. For example:
A note for the community
Problem
Currently on the prometheus remote write sink there is no way to stamp custom HTTP headers. The only header that you can stamp is
X-Scope-OrgID
using thetenant_id
config.For comparison, the HTTP sink does allow configuring custom headers.
Proposal
Create a new field on the prometheus remote write sink called
headers
that will contain one or more header name to header value mappings. For example:The text was updated successfully, but these errors were encountered: