mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
Fix documentation for Docker API filters (#10252)
* Fix documentation for Docker API filters Signed-off-by: Robert Jacob <xperimental@solidproject.de> * Undo indentation change Signed-off-by: Robert Jacob <xperimental@solidproject.de>
This commit is contained in:
parent
4d61baa3e4
commit
277bf93952
|
@ -703,9 +703,7 @@ tls_config:
|
||||||
# Optional filters to limit the discovery process to a subset of available
|
# Optional filters to limit the discovery process to a subset of available
|
||||||
# resources.
|
# resources.
|
||||||
# The available filters are listed in the upstream documentation:
|
# The available filters are listed in the upstream documentation:
|
||||||
# Services: https://docs.docker.com/engine/api/v1.40/#operation/ServiceList
|
# https://docs.docker.com/engine/api/v1.40/#operation/ContainerList
|
||||||
# Tasks: https://docs.docker.com/engine/api/v1.40/#operation/TaskList
|
|
||||||
# Nodes: https://docs.docker.com/engine/api/v1.40/#operation/NodeList
|
|
||||||
[ filters:
|
[ filters:
|
||||||
[ - name: <string>
|
[ - name: <string>
|
||||||
values: <string>, [...] ]
|
values: <string>, [...] ]
|
||||||
|
@ -868,7 +866,9 @@ role: <string>
|
||||||
# Optional filters to limit the discovery process to a subset of available
|
# Optional filters to limit the discovery process to a subset of available
|
||||||
# resources.
|
# resources.
|
||||||
# The available filters are listed in the upstream documentation:
|
# The available filters are listed in the upstream documentation:
|
||||||
# https://docs.docker.com/engine/api/v1.40/#operation/ContainerList
|
# Services: https://docs.docker.com/engine/api/v1.40/#operation/ServiceList
|
||||||
|
# Tasks: https://docs.docker.com/engine/api/v1.40/#operation/TaskList
|
||||||
|
# Nodes: https://docs.docker.com/engine/api/v1.40/#operation/NodeList
|
||||||
[ filters:
|
[ filters:
|
||||||
[ - name: <string>
|
[ - name: <string>
|
||||||
values: <string>, [...] ]
|
values: <string>, [...] ]
|
||||||
|
|
Loading…
Reference in a new issue