diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index d8aa34736..9b1d1266e 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 +```