https://github.com/amirhnajafiz/nfs-metrics-exporter
Cloud native Prometheus exporter for exporting NFS computation metrics from client side
https://github.com/amirhnajafiz/nfs-metrics-exporter
go golang kubernetes nfs nfs-client nfs-server prometheus prometheus-exporter
Last synced: 6 months ago
JSON representation
Cloud native Prometheus exporter for exporting NFS computation metrics from client side
- Host: GitHub
- URL: https://github.com/amirhnajafiz/nfs-metrics-exporter
- Owner: amirhnajafiz
- License: mit
- Created: 2025-03-31T01:28:38.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-04-03T17:15:13.000Z (6 months ago)
- Last Synced: 2025-04-03T18:26:27.299Z (6 months ago)
- Topics: go, golang, kubernetes, nfs, nfs-client, nfs-server, prometheus, prometheus-exporter
- Language: Go
- Homepage:
- Size: 72.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NFS Metrics Exporter
Cloud native Prometheus exporter for exporting NFS computation metrics from client side. This tool uses `nfsiostat` to get the status of mounted NFS directories inside a machine. After getting the stats, it will parse them, and export them as Prometheus metrics over `/metrics` endpoint. It also provides health-check metrics that check the status of the exporter itself.