Add missing remote write/read config name to docs. (#7105)

Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
Callum Styan 2020-04-14 09:27:33 -07:00 committed by GitHub
parent 3df7a0b734
commit 386aea7774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1294,6 +1294,11 @@ url: <string>
write_relabel_configs:
[ - <relabel_config> ... ]
# 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: <string> ]
# 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: <string>
# 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: <string> ]
# An optional list of equality matchers which have to be
# present in a selector to query the remote read endpoint.
required_matchers: