Skip to main content

K8S_DAEMONSET_LABEL

Constant K8S_DAEMONSET_LABEL 

pub const K8S_DAEMONSET_LABEL: &'static str;
Available on crate feature opentelemetry only.
Expand description

The label placed on the DaemonSet, the key being the label name, the value being the label value, even if the value is empty.

§Notes

Examples:

  • A label app with value guestbook SHOULD be recorded as the k8s.daemonset.label.app attribute with value "guestbook".
  • A label data with empty string value SHOULD be recorded as the k8s.daemonset.label.injected attribute with value "".

§Examples

  • "guestbook"
  • ""