From bf264f20219837def249faca1c5bd73fcf72c2d5 Mon Sep 17 00:00:00 2001 From: Levi Harrison Date: Thu, 11 Aug 2022 14:16:28 -0400 Subject: [PATCH] Add pod_container_image label to docs (#11146) Signed-off-by: Levi Harrison Signed-off-by: Levi Harrison --- docs/configuration/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/configuration/configuration.md b/docs/configuration/configuration.md index 6e45dbfc6a..64a7de49cd 100644 --- a/docs/configuration/configuration.md +++ b/docs/configuration/configuration.md @@ -1704,6 +1704,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_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. * `__meta_kubernetes_pod_container_port_protocol`: Protocol of the container port.