From 386aea77744eac455c7430bd33cd0c736dba8a87 Mon Sep 17 00:00:00 2001 From: Callum Styan Date: Tue, 14 Apr 2020 09:27:33 -0700 Subject: [PATCH] Add missing remote write/read config name to docs. (#7105) Signed-off-by: Callum Styan --- docs/configuration/configuration.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 6574948048..8e7963f16a 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1294,6 +1294,11 @@ url: write_relabel_configs: [ - ... ] +# Name of the remote write config, which if specified must be unique among remote write configs. +# The name will be used in metrics and logging in place of a generated value to help users distinguish between +# remote write configs. +[ name: ] + # Sets the `Authorization` header on every remote write request with the # configured username and password. # password and password_file are mutually exclusive. @@ -1349,6 +1354,11 @@ with this feature. # The URL of the endpoint to query from. url: +# Name of the remote read config, which if specified must be unique among remote read configs. +# The name will be used in metrics and logging in place of a generated value to help users distiguish between +# remote read configs. +[ name: ] + # An optional list of equality matchers which have to be # present in a selector to query the remote read endpoint. required_matchers: