From 6e6975cc17607cec0e57f7e1592e331138f2070b Mon Sep 17 00:00:00 2001 From: alkaplan Date: Mon, 20 Nov 2023 12:00:40 -0800 Subject: [PATCH] yamllint fixes --- docs/resource/k8s.md | 2 +- model/resource/k8s.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/resource/k8s.md b/docs/resource/k8s.md index d3c73f8469..dfb3cc035a 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 | The labels placed on the Pod, the `` being the label name, the value being the label value. | `k8s.pod.labels.app=my-app,k8s.pod.labels.mycompany.io/arch=x64,k8s.pod.labels.data=` | Recommended | +| `k8s.pod.labels.` | string | The labels placed on the Pod, the `` being the label name, the value being the label value. | `k8s.pod.labels.app=my-app`; `k8s.pod.labels.mycompany.io/arch=x64`; `k8s.pod.labels.data=` | Recommended | | [`k8s.pod.name`](../attributes-registry/k8s.md) | string | The name of the Pod. | `opentelemetry-pod-autoconf` | Recommended | | [`k8s.pod.uid`](../attributes-registry/k8s.md) | string | The UID of the Pod. | `275ecb36-5aa8-4c2a-9c47-d8bb681b9aff` | Recommended | diff --git a/model/resource/k8s.yaml b/model/resource/k8s.yaml index 2c04f7db0c..f557f0a5bb 100644 --- a/model/resource/k8s.yaml +++ b/model/resource/k8s.yaml @@ -37,7 +37,7 @@ groups: type: template[string] brief: > The labels placed on the Pod, the `` being the label name, the value being the label value. - examples: ['k8s.pod.labels.app=my-app','k8s.pod.labels.mycompany.io/arch=x64','k8s.pod.labels.data='] + examples: ['k8s.pod.labels.app=my-app', 'k8s.pod.labels.mycompany.io/arch=x64', 'k8s.pod.labels.data='] - id: k8s.container prefix: k8s.container