Skip to content

Latest commit

 

History

History
38 lines (19 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

38 lines (19 loc) · 2.39 KB

Changelog

0.0.5 (2024-05-20)

Features

  • config: add health_path config option, defaulting to "/healthz" (#13) (75be2e9)
  • config: add metric namespace config option, defaulting to "zadara" (#12) (75ae588)
  • health: switch health endpoint from Info to Debug log calls on success (#14) (fcbd3d3)
  • labels: add "store" label with format "{store_name}@{cloud_name}" (#9) (0b6d42d)

Bug Fixes

  • labels: add "store" label to policy metrics (#15) (b079d5b)
  • metrics: hide OpenTelemetry specific labels and metrics (#10) (c8e1a42)

0.0.4 (2024-05-17)

Bug Fixes

  • chart/servicemonitor: ensure correct labels are set (#7) (6cf11db)

0.0.3 (2024-05-17)

Bug Fixes

  • health: bail when an error is encountered (af831bc)

0.0.2 (2024-05-10)

Features

  • add zadara exporter initial implementation (#1) (b49b2c1)