Constant K8S_DEPLOYMENT_ANNOTATION
pub const K8S_DEPLOYMENT_ANNOTATION: &'static str;Available on crate feature
opentelemetry only.Expand description
The annotation placed on the Deployment, the key being the annotation name, the value being the annotation value, even if the value is empty.
§Notes
Examples:
- A label
replicaswith value1SHOULD be recorded as thek8s.deployment.annotation.replicasattribute with value"1". - A label
datawith empty string value SHOULD be recorded as thek8s.deployment.annotation.dataattribute with value"".
§Examples
"1"""