mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
Add missing remote write/read config name to docs. (#7105)
Signed-off-by: Callum Styan <callumstyan@gmail.com>
This commit is contained in:
parent
3df7a0b734
commit
386aea7774
|
@ -1294,6 +1294,11 @@ url: <string>
|
||||||
write_relabel_configs:
|
write_relabel_configs:
|
||||||
[ - <relabel_config> ... ]
|
[ - <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
|
# Sets the `Authorization` header on every remote write request with the
|
||||||
# configured username and password.
|
# configured username and password.
|
||||||
# password and password_file are mutually exclusive.
|
# password and password_file are mutually exclusive.
|
||||||
|
@ -1349,6 +1354,11 @@ with this feature.
|
||||||
# The URL of the endpoint to query from.
|
# The URL of the endpoint to query from.
|
||||||
url: <string>
|
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
|
# An optional list of equality matchers which have to be
|
||||||
# present in a selector to query the remote read endpoint.
|
# present in a selector to query the remote read endpoint.
|
||||||
required_matchers:
|
required_matchers:
|
||||||
|
|
Loading…
Reference in a new issue