Skip to content
Discussion options

You must be logged in to vote

Hi. Right now the forwarding feature has no support for adding authentication headers.
As for configuration, it needs to be stored in runtime configuration, and looks something like this:

    overrides:
        "tenant":
            forwarding_drop_older_than: 1m
            forwarding_endpoint: http://remote_host/api/v1/write
            forwarding_rules:
                cortex_compactor_meta_sync_failures_total:
                    ingest: false
                cortex_discarded_exemplars_total:
                    ingest: false

Each of the mentioned metrics will be forwarded to configured endpoint.

Note that this feature is experimental, and very likely to be removed in the future.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by LarsMilland
Comment options

You must be logged in to vote
1 reply
@LarsMilland
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants