Constant CONTAINER_LABEL

pub const CONTAINER_LABEL: &'static str;
Expand description

Container labels, key being the label name, the value being the label value.

§Notes

For example, a docker container label app with value nginx SHOULD be recorded as the container.label.app attribute with value "nginx".

§Examples

  • "nginx"