From f5b596005bce64af4db7b569c5de666362ed29d2 Mon Sep 17 00:00:00 2001 From: alkaplan Date: Thu, 9 Nov 2023 13:44:10 -0800 Subject: [PATCH] Regenerated docs --- docs/resource/k8s.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resource/k8s.md b/docs/resource/k8s.md index 0a2cdf1dfa..ce19adc9e6 100644 --- a/docs/resource/k8s.md +++ b/docs/resource/k8s.md @@ -91,7 +91,7 @@ containers on your cluster. | Attribute | Type | Description | Examples | Requirement Level | |---|---|---|---|---| -| `k8s.pod.labels.` | string | Pod's labels, the `` being the label name, the value being the label value. | `pod.labels.app=my-app,pod.labels.mycompany.io/arch=x64` | Recommended | +| `k8s.pod.labels.` | string | The labels placed on the Pod, the `` being the label name, the value being the label value. | `pod.labels.app=my-app,pod.labels.mycompany.io/arch=x64` | Recommended | | `k8s.pod.name` | string | The name of the Pod. | `opentelemetry-pod-autoconf` | Recommended | | `k8s.pod.uid` | string | The UID of the Pod. | `275ecb36-5aa8-4c2a-9c47-d8bb681b9aff` | Recommended |