jmcgrath207 / k8s-ephemeral-storage-metrics

Prometheus ephemeral storage metrics exporter
https://jmcgrath207.github.io/k8s-ephemeral-storage-metrics/
MIT License
85 stars 35 forks source link

fix: use Mebibytes when scraping values from pod manifest #104

Closed jmcgrath207 closed 1 month ago

jmcgrath207 commented 1 month ago

Cast used megabyte to Mebibytes when calculating the container limit and container limit volume size since this is scraped from the Kubernetes pod manifest.