From 03ab4049b69d25a6a29bca7d1766ca98ab5a9934 Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Sun, 21 Jun 2020 16:46:00 +0200 Subject: [PATCH] Release v0.11.0 * [CHANGE] Switch logging to go-kit #171 * [CHANGE] Fix metric types #182 * [CHANGE] Fix unit of time metric #183 * [FEATURE] Add filtering on server status #160 * [ENHANCEMENT] Add compression and server selection metrics #154 * [ENHANCEMENT] Add client/server abort metrics #167 * [ENHANCEMENT] Add version info metric (when using UNIX sockets) #180 Note: This release fixes the metric types of counters and renames the following metrics: * `haproxy_exporter_csv_parse_failures` -> `haproxy_exporter_csv_parse_failures_total` * `haproxy_exporter_total_scrapes` -> `haproxy_exporter_scrapes_total` * `haproxy_server_check_duration_milliseconds` -> `haproxy_server_check_duration_seconds` Signed-off-by: Tobias Schmidt --- CHANGELOG.md | 16 ++++++++++++++++ VERSION | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d12211..8dc1557 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 0.11.0 / 2020-06-21 + +* [CHANGE] Switch logging to go-kit #171 +* [CHANGE] Fix metric types #182 +* [CHANGE] Fix unit of time metric #183 +* [FEATURE] Add filtering on server status #160 +* [ENHANCEMENT] Add compression and server selection metrics #154 +* [ENHANCEMENT] Add client/server abort metrics #167 +* [ENHANCEMENT] Add version info metric (when using UNIX sockets) #180 + +Note: This release fixes the metric types of counters and renames the following metrics: + +* `haproxy_exporter_csv_parse_failures` -> `haproxy_exporter_csv_parse_failures_total` +* `haproxy_exporter_total_scrapes` -> `haproxy_exporter_scrapes_total` +* `haproxy_server_check_duration_milliseconds` -> `haproxy_server_check_duration_seconds` + ## 0.10.0 / 2019-01-15 * [ENHANCEMENT] Convert metrics collection to Const metrics #139 diff --git a/VERSION b/VERSION index 78bc1ab..d9df1bb 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.10.0 +0.11.0