prometheus_folder_size_exporter

A Rust only folder size exporter for Prometheus (Grafana)

MIT License

Downloads
5K
Stars
16
Committers
2

Bot releases are hidden (Show)

prometheus_folder_size_exporter - Updated dependencies and fixed Tokio runtime incompatibilities Latest Release

Published by MindFlavor over 3 years ago

prometheus_folder_size_exporter - Renamed metric to folder_size_bytes

Published by MindFlavor over 3 years ago

prometheus_folder_size_exporter - Support for asynchronous folder size calculation

Published by MindFlavor almost 4 years ago

This version adds the support for asynchronous folder size calculation. This is useful if the standard, blocking calculation takes too long (because perhaps the storage is slow or the number of folders too big).

Just specify the -b option with the number of seconds between calculations.

Note: the first calculation will always be synchronous in order to avoid returning invalid data.

prometheus_folder_size_exporter - Support for reclusively explode folders

Published by MindFlavor almost 4 years ago

prometheus_folder_size_exporter - Added optional User label

Published by MindFlavor about 4 years ago

prometheus_folder_size_exporter - Initial release

Published by MindFlavor over 5 years ago