Releases: warmans/prometheus-aggregate-exporter
Releases · warmans/prometheus-aggregate-exporter
v3.4.0
Added switch for up Metric
v3.3.0
Fix for release draft logic
v3.2.0
Cleans up various small issues in the codebase.
v3.1.0
Merge pull request #24 from kampka/tls-support
Enable TLS support for web server
v3.0.0
Refactors target storage to prevent duplication of targets when using cache, registration and config on combination.
This is a breaking change as the behavior of the exporter will change slightly. But the cache format has not changed.
v2.2.0
Updated dockerfile to stop process running as root.
Improved target URL parsing.
Merge pull request #17 from francois-maillard/master
Support for = in query string
v1.0.0
Prevent duplicate metrics from breaking prometheus scraper by adding unique labels and de-duplicating comments.