Container labels, <key> being the label name, the value being the label value.
<key>
nginx Copy
nginx
For example, a docker container label app with value nginx SHOULD be recorded as the container.label.app attribute with value "nginx".
app
container.label.app
"nginx"
This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.
@opentelemetry/semantic-conventions
Experimental
Container labels,
<key>being the label name, the value being the label value.Example
Note
For example, a docker container label
appwith valuenginxSHOULD be recorded as thecontainer.label.appattribute with value"nginx".This attribute is experimental and is subject to breaking changes in minor releases of
@opentelemetry/semantic-conventions.