Skip to content

Tags: frittentheke/haproxy_exporter

Tags

v0.7.1

Toggle v0.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
grobie Tobias Schmidt
v0.7.1 / 2016-10-12

- [BUGFIX] Fix timeout behavior when reusing HTTP connections
- [BUGFIX] Remove usage of undocumented golang type assertion behavior

0.7.0

Toggle 0.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
grobie Tobias Schmidt
0.7.0

- [FEATURE] Add support for unix sockets. Thanks @alicebob

0.6.0

Toggle 0.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
grobie Tobias Schmidt
0.6.0 / 2016-05-13

- [CHANGE] Use new build process, changes the structure of the tarball.
- [FIX] Abort on non-200 status code from HAProxy.
- [ENHANCEMENT] Add -version flag and version metric.
- [ENHANCEMENT] Add chkfail and downtime server metrics.
- [ENHANCEMENT] Remove locks and unnecessary channel communication.

0.5.2

Toggle 0.5.2's commit message
0.5.2

- [FIX] Limit graceful CSV error handling to parse errors

0.5.1

Toggle 0.5.1's commit message
0.5.1

- [FIX] Handle invalid CSV lines gracefully

0.5.0

Toggle 0.5.0's commit message
0.5.0

* [CHANGE] New Dockerfile
* [ENHANCEMENT] Export haproxy_check_duration_milliseconds
* [ENHANCEMENT] Export haproxy_limit_sessions
* [ENHANCEMENT] Export haproxy_limit_session_rate
* [ENHANCEMENT] Allow complete deactivation of server metrics
* [ENHANCEMENT] Use common prometheus logging
* [FIX] Fix status field parsing of servers in MAINT status

0.4.0

Toggle 0.4.0's commit message
Merge pull request prometheus#27 from ashmere/patch-1

fixing in correct docker run example in readme.md

0.3.1

Toggle 0.3.1's commit message
Bump version

0.3.0

Toggle 0.3.0's commit message
Consolidate naming and export error metrics

0.2.1

Toggle 0.2.1's commit message
Fix haproxy.scrape_interval parameter handling