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
- Update various dependencies
1.2.3 - 2023-03-01
- Upgraded
golang.org/x/net
to fix multiple vulnerabilities
1.2.2 - 2022-09-05
- Fixed missing queue metrics due to pagination
- Added JSON logging
1.2.1 - 2022-05-02
- Tune readiness probe for slow startups
1.2.0 - 2021-12-29
- Metrics collection now starts immediately instead of after
collection.interval
- 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
- Decoupled metric collection from HTTP handler
- Metrics collection is now triggered by ticker (every 5s by default)
- Added
--collection.interval
CLI flag for customizing metrics collection interval
- Removed
azure_queue_exporter_up
metric - Removed
azure_queue_exporter_scrape_time
metric
1.0.0 - 2021-12-24
- Initial release