zfs_exporter icon indicating copy to clipboard operation
zfs_exporter copied to clipboard

Prometheus ZFS exporter

Results 13 zfs_exporter issues
Sort by recently updated
recently updated
newest added

Currently, only the overall zpool health status is published. It would be useful if the individual vdev and disk status were also published. For example, this status ``` $ zpool...

enhancement
help wanted

Love this project, very useful. However, the control for features (collectors and properties) are enabled/collected per dataset is very limited (coarse). I have the need for finer-grained control over what...

enhancement
question
priority:low

I could not find a simple way to generate graphs per ZFS filesystem and their snapshot usage. The metric currently looks like this: ``` zfs_dataset_logical_used_bytes{name="rpool/application@zrepl_20220407_154137_000",pool="rpool",type="snapshot"} 0 ``` If we could...

enhancement

Could you include dataset mountpoint as a label or as a separate metric?

enhancement

Is there a good grafana dashboard that works well with this exporter?

question

Bumps google.golang.org/protobuf from 1.30.0 to 1.33.0. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google.golang.org/protobuf&package-manager=go_modules&previous-version=1.30.0&new-version=1.33.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

When zfs_exporter is used in containers, more error message will help uesr know the container is missing common shared library like zfsutils-linux. currently, the error message like ``` ts=2024-01-13T02:59:35.655Z caller=zfs.go:219...

enhancement

I see many logs like this: ```bash ts=2024-01-23T09:46:48.905Z caller=zfs.go:229 level=warn msg="Executing collector" status=delayed collector=dataset-volume durationSeconds=0.24057311 err="context deadline exceeded" ts=2024-01-23T09:46:48.911Z caller=zfs.go:229 level=warn msg="Executing collector" status=delayed collector=pool durationSeconds=0.247038288 err="context deadline exceeded" ts=2024-01-23T09:46:48.934Z...

question

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0. Commits 9d2ee97 ssh: implement strict KEX protocol changes 4e5a261 ssh: close net.Conn on all NewServerConn errors 152cdb1 x509roots/fallback: update bundle fdfe1f8 ssh: defer channel...

dependencies