The label placed on the PersistentVolume, the <key> being the label name, the value being the label value, even if the value is empty.
<key>
ssd Copy
ssd
Copy
Examples:
type
k8s.persistentvolume.label.type
"ssd"
data
k8s.persistentvolume.label.data
""
This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.
@opentelemetry/semantic-conventions
Experimental
The label placed on the PersistentVolume, the
<key>being the label name, the value being the label value, even if the value is empty.Example
Example
Note
Examples:
typewith valuessdSHOULD be recorded as thek8s.persistentvolume.label.typeattribute with value"ssd".datawith empty string value SHOULD be recorded as thek8s.persistentvolume.label.dataattribute with value"".This attribute is experimental and is subject to breaking changes in minor releases of
@opentelemetry/semantic-conventions.