Open
Description
Component(s)
No response
Describe the issue you're reporting
Some K8s Volume types are deprecated on k8s side:
GCEPersistentDisk
: https://v1-32.docs.kubernetes.io/docs/concepts/storage/volumes/#gcepersistentdiskAWSElasticBlockStore
: https://v1-32.docs.kubernetes.io/docs/concepts/storage/volumes/#awselasticblockstoreGlusterfs
: https://v1-32.docs.kubernetes.io/docs/concepts/storage/volumes/#glusterfs
We should mark them for deprecation in kubeletstats
receiver too along with their related attributes: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/v0.127.0/receiver/kubeletstatsreceiver/internal/kubelet/volume.go#L71C1-L92C2