prometheus-node-exporter-lua: add filesystem metrics
authorWill May <redacted>
Wed, 11 Dec 2024 12:33:37 +0000 (12:33 +0000)
committerEtienne Champetier <redacted>
Sun, 24 May 2026 15:02:28 +0000 (11:02 -0400)
commiteba5a9c4da7853b776bb2d985b4ee96a846f9a72
tree2d8d896e99b02c0a7b0d33dfb54d2dfe3d6bb37b
parent1b18489df87f5b511875bba5fee2b2dd1097ac79
prometheus-node-exporter-lua: add filesystem metrics

Add a collector for the various fileystem metrics which matches the
node-exporter behaviour. This collector supports the following metrics:

* node_filesystem_size_bytes
* node_filesystem_free_bytes
* node_filesystem_avail_bytes
* node_filesystem_files
* node_filesystem_files_free
* node_filesystem_readonly

Signed-off-by: Will May <redacted>
utils/prometheus-node-exporter-lua/Makefile
utils/prometheus-node-exporter-lua/files/usr/lib/lua/prometheus-collectors/filesystem.lua [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT