From 3563db20e0bf204ace1e8298de29ed45dd896cb2 Mon Sep 17 00:00:00 2001 From: XU Date: Mon, 6 Dec 2021 18:51:48 +0800 Subject: [PATCH] Fix docs/configuration typo (#9922) Signed-off-by: qqbuby --- docs/configuration/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index d8aa347360..9b1d1266e4 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -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: | default = 100000 ] -``` \ No newline at end of file +```