pub const CONTAINER_LABEL: &'static str;
opentelemetry
Container labels, key being the label name, the value being the label value.
key
For example, a docker container label app with value nginx SHOULD be recorded as the container.label.app attribute with value "nginx".
app
nginx
container.label.app
"nginx"