elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.13k stars 4.91k forks source link

Include mount_point in Kubernetes volume metricset #39525

Open eedugon opened 4 months ago

eedugon commented 4 months ago

Describe the enhancement:

This enhancement is slightly related to https://github.com/elastic/beats/issues/39524, as the goal is to improve the monitoring of volumes.

Ideally it would be great to include the mount_point of kubernetes volumes, as all the volumes we collect are belonging to pods, and the pods are mounting the volumes in certain locations.

Anyway this request might be challenging, as internally the mount point is not part of the volume definition on the pod, it's included in the volumeMounts section. Hence I don't know how feasible this would be.

Including the mount points would give much better visibility to users monitoring their Kubernetes infrastructure.

Describe a specific use case for the enhancement or feature:

Kubernetes volumes and pods monitoring.

elasticmachine commented 3 months ago

Pinging @elastic/obs-ds-hosted-services (Team:obs-ds-hosted-services)