Constant K8S_DEPLOYMENT_LABEL
pub const K8S_DEPLOYMENT_LABEL: &'static str;Available on crate feature
opentelemetry only.Expand description
The label placed on the Deployment, the key being the label name, the value being the label value, even if the value is empty.
§Notes
Examples:
- A label
replicaswith value0SHOULD be recorded as thek8s.deployment.label.appattribute with value"guestbook". - A label
injectedwith empty string value SHOULD be recorded as thek8s.deployment.label.injectedattribute with value"".
§Examples
"guestbook"""