mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
Fix docs/configuration typo (#9922)
Signed-off-by: qqbuby <qqbuby@gmail.com>
This commit is contained in:
parent
14986e52cf
commit
3563db20e0
|
@ -1601,6 +1601,7 @@ address referenced in the endpointslice object one target is discovered. If the
|
|||
additional container ports of the pod, not bound to an endpoint port, are discovered as targets as well.
|
||||
|
||||
Available meta labels:
|
||||
|
||||
* `__meta_kubernetes_namespace`: The namespace of the endpoints object.
|
||||
* `__meta_kubernetes_endpointslice_name`: The name of endpointslice object.
|
||||
* For all targets discovered directly from the endpointslice list (those not additionally inferred
|
||||
|
@ -2851,4 +2852,4 @@ Note that exemplar storage is still considered experimental and must be enabled
|
|||
```yaml
|
||||
# Configures the maximum size of the circular buffer used to store exemplars for all series. Resizable during runtime.
|
||||
[ max_exemplars: <int> | default = 100000 ]
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue