Skip to content

Releases: MindFlavor/prometheus_folder_size_exporter

Updated dependencies and fixed Tokio runtime incompatibilities

25 Mar 11:55
ebec620
Compare
Choose a tag to compare
fixed dependencies and tokio runtime compat (#11)

* fixed dependencies

* version bump

* version bump

* fixed tokio mismatch

* Cleanup

* updated clap code

* updated README

Renamed metric to folder_size_bytes

04 Feb 19:26
4740050
Compare
Choose a tag to compare
0.4.1

Changed metric to folder_size_bytes (#9)

Support for asynchronous folder size calculation

24 Dec 19:18
abcf22d
Compare
Choose a tag to compare

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.

Support for reclusively explode folders

02 Dec 16:10
1e168e5
Compare
Choose a tag to compare

Added optional User label

25 Aug 08:05
46842fe
Compare
Choose a tag to compare
  • Added user label. Thank you scatenag for your first PR (#1)!

Initial release

28 Jan 09:29
5263975
Compare
Choose a tag to compare
0.1.0

Fixed versions on Cargo.toml