diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 657494804..8e7963f16 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: