From 2b6e31f2fbaad0209872475856324a6c84e2624f Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 7 Jun 2021 15:01:29 +0200 Subject: [PATCH] Exemplars support in config reference (#633) --- docs/configuration-reference.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/configuration-reference.md b/docs/configuration-reference.md index cf20277437b7..fc6db6e2831b 100644 --- a/docs/configuration-reference.md +++ b/docs/configuration-reference.md @@ -1864,6 +1864,9 @@ headers: write_relabel_configs: [ - ... ] +# Enables sending of exemplars over remote write. + [ send_exemplars: | default = false ] + # Sets the `Authorization` header on every remote write request with the # configured username and password. # password and password_file are mutually exclusive.