From 52d5a7c60f4e04714a6ae97bd9874dd007636a9c Mon Sep 17 00:00:00 2001 From: Ben Whetstone Date: Tue, 17 Jan 2023 11:15:52 -0500 Subject: [PATCH] Document the __meta_kubernetes_pod_container_id meta label Signed-off-by: Ben Whetstone --- docs/configuration/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 6ac1454ef..5f70f2b85 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1856,6 +1856,7 @@ Available meta labels: * `__meta_kubernetes_pod_annotationpresent_`: `true` for each annotation from the pod object. * `__meta_kubernetes_pod_container_init`: `true` if the container is an [InitContainer](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) * `__meta_kubernetes_pod_container_name`: Name of the container the target address points to. +* `__meta_kubernetes_pod_container_id`: ID of the container the target address points to. The ID is in the form `://`. * `__meta_kubernetes_pod_container_image`: The image the container is using. * `__meta_kubernetes_pod_container_port_name`: Name of the container port. * `__meta_kubernetes_pod_container_port_number`: Number of the container port.