You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[`k8s.deployment.label.<key>`](/docs/attributes-registry/k8s.md)| string | The label key-value pairs placed on the Deployment. [1]|`k8s.deployment.label.app=guestbook`; `k8s.deployment.label.injected=`|`Recommended`||
281
280
|[`k8s.deployment.name`](/docs/attributes-registry/k8s.md)| string | The name of the Deployment. |`opentelemetry`|`Recommended`||
282
281
|[`k8s.deployment.uid`](/docs/attributes-registry/k8s.md)| string | The UID of the Deployment. |`275ecb36-5aa8-4c2a-9c47-d8bb681b9aff`|`Recommended`||
283
-
|[`k8s.deployment.annotation.<key>`](/docs/attributes-registry/k8s.md)| string | The annotation key-value pairs placed on the Deployment. [2]|`k8s.deployment.annotation.replicas=1`; `k8s.deployment.annotation.data=`|`Opt-In`||
282
+
|[`k8s.deployment.annotation.<key>`](/docs/attributes-registry/k8s.md)| string | The annotation key-value pairs placed on the Deployment. [1]|`k8s.deployment.annotation.replicas=1`; `k8s.deployment.annotation.data=`|`Opt-In`||
283
+
|[`k8s.deployment.label.<key>`](/docs/attributes-registry/k8s.md)| string | The label key-value pairs placed on the Deployment. [2]|`k8s.deployment.label.app=guestbook`; `k8s.deployment.label.injected=`|`Opt-In`||
284
284
285
-
**[1]`k8s.deployment.label`:** The `<key>` being the label name, the value being the label value, even if the value is empty.
285
+
**[1]`k8s.deployment.annotation`:** The `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
286
286
287
-
**[2]`k8s.deployment.annotation`:** The `<key>` being the annotation name, the value being the annotation value, even if the value is empty.
287
+
**[2]`k8s.deployment.label`:** The `<key>` being the label name, the value being the label value, even if the value is empty.
0 commit comments