Fix docs/configuration typo (#9922)

Signed-off-by: qqbuby <qqbuby@gmail.com>
This commit is contained in:
XU 2021-12-06 18:51:48 +08:00 committed by GitHub
parent 14986e52cf
commit 3563db20e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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 ]
```
```