Constant K8S_NAMESPACE_LABEL
pub const K8S_NAMESPACE_LABEL: &'static str;Available on crate feature
opentelemetry only.Expand description
The label placed on the Namespace, the key being the label name, the value being the label value, even if the value is empty.
§Notes
Examples:
- A label
kubernetes.io/metadata.namewith valuedefaultSHOULD be recorded as thek8s.namespace.label.kubernetes.io/metadata.nameattribute with value"default". - A label
datawith empty string value SHOULD be recorded as thek8s.namespace.label.dataattribute with value"".
§Examples
"default"""