Skip to content

1.0.0 / 2020-11-24

Compare
Choose a tag to compare
@treydock treydock released this 24 Nov 17:57

Breaking Changes

  • Remove --exporter.use-cache flag and all caching logic
  • Rename several metrics to standardize naming conventions
    • gpfs_perf_read_bytes to gpfs_perf_read_bytes_total
    • gpfs_perf_write_bytes to gpfs_perf_write_bytes_total
    • gpfs_perf_operations to gpfs_perf_operations_total
    • gpfs_fs_inodes_allocated to gpfs_fs_allocated_inodes
    • gpfs_fs_inodes_free to gpfs_fs_free_inodes
    • gpfs_fs_inodes_total to gpfs_fs_total_inodes
    • gpfs_fs_inodes_used to gpfs_fs_used_inodes
    • gpfs_fs_total_inodes to gpfs_fs_inodes
    • gpfs_fs_total_bytes to gpfs_fs_size_bytes
    • gpfs_fs_metadata_total_bytes to gpfs_fs_metadata_size_bytes
  • Removed metrics that can be calculated using other metrics
    • gpfs_fs_metadata_free_percent
    • gpfs_fs_free_percent
  • Remove nodename label from gpfs_perf_* metrics, replace with gpfs_perf_info metric
  • mmces state metrics will have one metric per possible state, with active state having value 1
  • mmhealth status metrics will have one metric per possible status with active status having value 1

Changes

  • Update to Go 1.15 and update all dependencies
  • Improved error handling for cron gpfs_mmdf_exporter
  • Add mmrepquota collector to collect quota information for filesets