The label placed on the PersistentVolumeClaim, the <key> being the label name, the value being the label value, even if the value is empty.
<key>
my-app Copy
my-app
Copy
Examples:
app
k8s.persistentvolumeclaim.label.app
"my-app"
data
k8s.persistentvolumeclaim.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 PersistentVolumeClaim, the
<key>being the label name, the value being the label value, even if the value is empty.Example
Example
Note
Examples:
appwith valuemy-appSHOULD be recorded as thek8s.persistentvolumeclaim.label.appattribute with value"my-app".datawith empty string value SHOULD be recorded as thek8s.persistentvolumeclaim.label.dataattribute with value"".This attribute is experimental and is subject to breaking changes in minor releases of
@opentelemetry/semantic-conventions.