Function ATTR_K8S_PERSISTENTVOLUMECLAIM_ANNOTATION
The annotation placed on the PersistentVolumeClaim, the <key> being the annotation name, the value being the annotation value, even if the value is empty.
Example
kubernetes.io/aws-ebs
Example
Note
Examples:
An annotation volume.beta.kubernetes.io/storage-provisioner with value kubernetes.io/aws-ebsSHOULD be recorded as
the k8s.persistentvolumeclaim.annotation.volume.beta.kubernetes.io/storage-provisioner attribute with value "kubernetes.io/aws-ebs".
An annotation data with empty string value SHOULD be recorded as
the k8s.persistentvolumeclaim.annotation.data attribute with value "".
This attribute is experimental and is subject to breaking changes in minor releases of @opentelemetry/semantic-conventions.
The annotation placed on the PersistentVolumeClaim, the
<key>being the annotation name, the value being the annotation value, even if the value is empty.Example
Example
Note
Examples:
volume.beta.kubernetes.io/storage-provisionerwith valuekubernetes.io/aws-ebsSHOULD be recorded as thek8s.persistentvolumeclaim.annotation.volume.beta.kubernetes.io/storage-provisionerattribute with value"kubernetes.io/aws-ebs".datawith empty string value SHOULD be recorded as thek8s.persistentvolumeclaim.annotation.dataattribute with value"".This attribute is experimental and is subject to breaking changes in minor releases of
@opentelemetry/semantic-conventions.