Constant K8S_DEPLOYMENT_LABEL

pub const K8S_DEPLOYMENT_LABEL: &'static str;
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 replicas with value 0 SHOULD be recorded as the k8s.deployment.label.app attribute with value "guestbook".
  • A label injected with empty string value SHOULD be recorded as the k8s.deployment.label.injected attribute with value "".

§Examples

  • "guestbook"
  • ""