disk_usage_exporter icon indicating copy to clipboard operation
disk_usage_exporter copied to clipboard

Disk Usage Prometheus Exporter

Results 7 disk_usage_exporter issues
Sort by recently updated
recently updated
newest added

```disk_usage_exporter_linux_amd64: Mach-O 64-bit arm64 executable, flags:```

I've compiled your exporter on windows with `go build` and it compiled without any error. Also it's possible to execute the resulting binary disk_usage_exporter.exe. ```powershell E:\disk_usage_exporter-0.4.0>disk_usage_exporter.exe -m file -p z:\...

Hello. I faced the following issue and hope you'll be able to give some advice about it. I use disk_usage_exporter to monitor disk usage of databases inside mysql instance. Recently...

Hello there, I am new to prometheus and I just take a look at [prometheus guides basic auth](https://prometheus.io/docs/guides/basic-auth/). I tried the same in disk usage exporter config, more or less...

Hello, I am using 3 pods and disk_usage_exporter as sidecar. But out of 3 only one pod running without any issue and scraping the metrics even with less resources. But...

Hello :) When using the yaml configuration, the exporter don't find my paths, whereas in CLI arguments, it's okey. Yaml File ``` multi-paths: /volume1/data/Personnal/: 1 /volume1/data/Programs/: 1 /volume1/public/: 1 ```...

Hello, thanks for sharing this useful application. I'm wondering if it's possible to add a feature to filter out individual files from being exposed in the path labels? This would...