Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ZFS freebsd per dataset stats #2753

Merged
merged 9 commits into from
Sep 11, 2023
Prev Previous commit
Next Next commit
Run gofmt
Signed-off-by: Conall O'Brien <conall@conall.net>
  • Loading branch information
conallob committed Aug 14, 2023
commit e8a9810f8d9c2f57854793d65f76c09c32baf4b9
2 changes: 1 addition & 1 deletion collector/sysctl_bsd.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type bsdSysctl struct {
conversion func(float64) float64

// Prometheus labels
labels prometheus.Labels
labels prometheus.Labels
}

func (b bsdSysctl) Value() (float64, error) {
Expand Down