Skip to content

lorenz/zfs_exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZFS exporter

ZFS metrics exporter for Prometheus

⚠️ This is unstable and the exported metrics will definitely still change. It might also be abandoned completely and merged into node_exporter

Notes

This currently exposes all basic stats (vdev_stats) and most extended stats (vdev_stats_ex) on a vdev-level. It doesn't expose per-disk or per-zpool stats, even though these are also available from the underlying API.

Building with version information

go build -ldflags="-s -w
  -X github.com/prometheus/common/version.Version=$(git describe --tags --dirty --always)
  -X github.com/prometheus/common/version.BuildUser=$(whoami)
  -X github.com/prometheus/common/version.BuildDate=$(date +%Y-%m-%d)
  -X github.com/prometheus/common/version.Revision=$(git rev-parse --short HEAD)
  -X github.com/prometheus/common/version.Branch=$(git rev-parse --abbrev-ref HEAD)"

About

ZFS exporter [WIP]

Resources

License

Stars

4 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages