Skip to content

Latest commit

 

History

History
61 lines (49 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

61 lines (49 loc) · 2.2 KB

Changelog

[Unreleased]

[0.6.2] - 2021-07-30

Fixed

  • avoid panic when reading maps #68

[0.6.1] - 2021-05-25

Added

  • Call the SF API concurrently for scrape speed improvement #62
  • Added global scrape timeout #64
  • Added tests for collector #60

Fixed

  • Sum ISCSI sessions for all volumes per node in singlestat panel #59

[0.6.0] - 2021-04-17

Added

  • Added CHANGELOG
  • Added new versions of cluster overview, node detail, and volume detail dashboard powered by grabana. These new dashboards use the new metric names.

Changed

  • BREAKING CHANGE: Most metric names have been updated to follow Prometheus conventions. See README for the new metric names and types.

Deprecated

  • Marked old json dashboards as deprecated in examples/dashboards/README.md

[0.5.2] - 2021-03-11

Added

  • Added license #32
  • Added official dashboards #39
  • Added Arm64 Artifact #46
  • Officially supports ElementOS 12 #48

Changes

  • Changed scrape_success metric to solidfire_up #29
  • Added option to specify config.yaml (NOTE: Environment variable names changed) #30

Fixed

  • Protect against bad URI causing crash #47
  • Fix efficiency factor calculation #49