Constant K8S_NODE_LABEL
pub const K8S_NODE_LABEL: &'static str;Available on crate feature
opentelemetry only.Expand description
The label placed on the Node, the key being the label name, the value being the label value, even if the value is empty.
§Notes
Examples:
- A label
kubernetes.io/archwith valuearm64SHOULD be recorded as thek8s.node.label.kubernetes.io/archattribute with value"arm64". - A label
datawith empty string value SHOULD be recorded as thek8s.node.label.dataattribute with value"".
§Examples
"arm64"""