2.3.4 (2024-04-13)
- deps: Bump deps for security (1404536)
2.3.3 (2024-04-13)
- log: Improve command execution error output (2277832)
2.3.2 (2023-10-13)
2.3.1 (2023-08-12)
- build: Update deps (ddf8e09)
2.3.0 (2023-08-12)
2.2.8 (2023-04-22)
- build: Tag correct commit SHA (0712333)
- security: Update dependencies for upstream vulnerabilities (2220da2)
2.2.7 (2023-01-28)
2.2.6 (2023-01-28)
2.2.5 (2022-01-30)
2.2.4 (2022-01-05)
- build: Update promu config to build v2 (2a38914)
2.2.3 (2022-01-05)
- build: update go module version to match release tag major version (f709083)
2.2.2 (2021-11-16)
- metrics: Fix typo in metric name (bbd3d91)
- pool: Add SUSPENDED status (9b9e655)
- tests: Remove unnecessary duration conversion (b6a29ab)
2.2.1 (2021-09-13)
- collector: Avoid race on upstream channel close, tidy sync points (e6fbdf5)
- docs: Document web.disable-exporter-metrics flag in README (20182da)
2.2.0 (2021-09-04)
- docs: Correct misspelling (066c7d2)
2.1.1 (2021-08-27)
- build: Update to Go 1.17 for crossbuild, and enable all platforms (f47b69a)
- core: Update dependencies (b39382b)
2.1.0 (2021-08-18)
- logging: Include collector in warning for unsupported properties (1760a4a)
- metrics: Invert ratio for multiplier fields, and clarify their docs (1a7bc3a), closes #11
- build: Update to Go 1.17 (b64115c)
2.0.0 (2021-08-14)
- performance: Execute collection concurrently per pool (ccc6f22)
- zfs: Add local ZFS CLI parsing (f5050b1)
- collector: Ratio values are now properly calculated in the range 0-1, rather than being passed verbatim.
The following metrics are affected by this change:
- zfs_pool_deduplication_ratio
- zfs_pool_capacity_ratio
- zfs_pool_fragmentation_ratio
- zfs_dataset_compression_ratio
- zfs_dataset_referenced_compression_ratio
Additionally, the zfs_dataset_fragmentation_percent metric has been renamed to zfs_dataset_fragmentation_ratio.
1.0.1 (2021-08-03)
- fix copy and paste errors when accessing dataset properties (c0fc6b2)
1.0.0 (2021-06-22)
- ci: Fix syntax error in github actions workflow (0b6e8bc)
- core: Update prometheus toolchain and refactor internals (056b386)
- core: Go API has changed somewhat, but metrics remain unaffected.