Skip to content

Latest commit

 

History

History
77 lines (44 loc) · 2.02 KB

CHANGELOG.md

File metadata and controls

77 lines (44 loc) · 2.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.2.4 - 2024-03-04

Changed

  • Update various dependencies

1.2.3 - 2023-03-01

Fixed

  • Upgraded golang.org/x/net to fix multiple vulnerabilities

1.2.2 - 2022-09-05

Fixed

  • Fixed missing queue metrics due to pagination

Added

  • Added JSON logging

1.2.1 - 2022-05-02

Changed

  • Tune readiness probe for slow startups

1.2.0 - 2021-12-29

Changed

  • Metrics collection now starts immediately instead of after collection.interval

Added

  • Added liveness (/healthz) and readiness (/readyz) probe endpoints: app becomes live on HTTP server startup and becomes ready after first successful metric collection cycle

1.1.0 - 2021-12-29

Changed

  • Decoupled metric collection from HTTP handler
  • Metrics collection is now triggered by ticker (every 5s by default)

Added

  • Added --collection.interval CLI flag for customizing metrics collection interval

Removed

  • Removed azure_queue_exporter_up metric
  • Removed azure_queue_exporter_scrape_time metric

1.0.0 - 2021-12-24

Added

  • Initial release