Codebase list prometheus-haproxy-exporter / 8a8f5d9
Add CHANGELOG.md to enable standardized release process Signed-off-by: Tobias Schmidt <tobidt@gmail.com> Tobias Schmidt 3 years ago
1 changed file(s) with 52 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 ## 0.10.0 / 2019-01-15
1
2 * [ENHANCEMENT] Convert metrics collection to Const metrics #139
3 * [BUGFIX] Fix silent dropping of metrics for older versions of haproxy #139
4
5 ## 0.9.0 / 2018-01-23
6
7 * [CHANGE] Rename `*_connections_total` to `*_sessions_total` following the changes in HAProxy 1.7
8 * [ENHANCEMENT] Add new `haproxy_server_connections_total` metric
9 * [ENHANCEMENT] Add new `--haproxy.ssl-verify` flag
10 * [BUGFIX] Convert latency metrics to correct unit.
11
12 ## 0.8.0 / 2017-08-24
13
14 * [CHANGE] New flag handling (double dashs are required)
15 * [FEATURE] Add metric for session limit.
16 * [FEATURE] Add metrics for average HTTP request latency
17
18 ## 0.7.1 / 2016-10-12
19
20 * [BUGFIX] Fix timeout behavior when reusing HTTP connections
21 * [BUGFIX] Remove usage of undocumented golang type assertion behavior
22
23 ## 0.7.0 / 2016-06-08
24
25 * [FEATURE] Add support for unix sockets
26
27 ## 0.6.0 / 2016-05-13
28
29 * [CHANGE] Use new build process, changes the structure of the tarball.
30 * [FIX] Abort on non-200 status code from HAProxy.
31 * [ENHANCEMENT] Add -version flag and version metric.
32 * [ENHANCEMENT] Add chkfail and downtime server metrics.
33 * [ENHANCEMENT] Remove locks and unnecessary channel communication.
34
35 ## 0.5.2 / 2016-04-05
36
37 * [FIX] Limit graceful CSV error handling to parse errors
38
39 ## 0.5.1 / 2016-03-31
40
41 * [FIX] Handle invalid CSV lines gracefully
42
43 ## 0.5.0 / 2015-12-23
44
45 * [CHANGE] New Dockerfile
46 * [ENHANCEMENT] Export haproxy_check_duration_milliseconds
47 * [ENHANCEMENT] Export haproxy_limit_sessions
48 * [ENHANCEMENT] Export haproxy_limit_session_rate
49 * [ENHANCEMENT] Allow complete deactivation of server metrics
50 * [ENHANCEMENT] Use common prometheus logging
51 * [FIX] Fix status field parsing of servers in MAINT status