-
I am looking for a mechanism to extend the |
Beta Was this translation helpful? Give feedback.
Answered by
rfratto
Feb 18, 2022
Replies: 1 comment 5 replies
-
Hi! The remote_write for metrics and traces support adding custom headers. Metrics example: metrics:
configs:
- name: example
remote_write:
- url: http://example.com
headers:
X-Scope-OrgID: example-org-id Traces example: traces:
configs:
- name: example
remote_write:
- endpoint: example.com:443
headers:
X-Scope-OrgID: example-org-id |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
till
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi! The remote_write for metrics and traces support adding custom headers.
Metrics example:
Traces example: