Skip to content

Tags: crovner/haproxystats

Tags

0.4.2

Toggle 0.4.2's commit message
bump version

0.4.1

Toggle 0.4.1's commit message
bump version

0.4.0

Toggle 0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
unixsurfer Pavlos Parissis
bump version

0.3.15

Toggle 0.3.15's commit message
bump version

0.3.14

Toggle 0.3.14's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
unixsurfer Pavlos Parissis
Release 0.3.14 version

Changelog:
* Fix wrong calculation for Uptime_sec

0.3.13

Toggle 0.3.13's commit message
Release 0.3.12 version

This release converts Idle_pct metric exposed by HAProxy to CpuUsagePct
in order to easier the plot of that metric on Graphite.

Changelog:
* Convert Idle_pct to CpuUsagePct

0.3.12

Toggle 0.3.12's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
unixsurfer Pavlos Parissis
Release 0.3.12 version

This release fixes 2 regression introduced in 0.3.11.

Changelog:
* Fix yet another regression introduced by 9e78b69
* Fix indentation issues
* Drop unused columns to safe memory
* Fix performance regression introduced by 9e78b69

0.3.11

Toggle 0.3.11's commit message
Release 0.3.11 version

With this release we provide TotalServers metric for backends which stores
the total number of servers configured in a backend. This closes unixsurfer#4.

We also compute standard deviation and percentiles for Idle_pct, which are
quite convenient for monitoring purposes.

Last but not least, we simplified the filtering for frontends/backends and
cleaned up some duplicate code.

Changelog:
* Compute standard deviation and percentiles for Idle_pct
* Sanitize values in pxname and svname columns
* Simplify the way we exclude frontends/backends
* Add TotalServer metrics for backend, close unixsurfer#4
* Update URI references for HAProxy documentation

0.3.10

Toggle 0.3.10's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
unixsurfer Pavlos Parissis
Release 0.3.10 version

It fixes an issue with get coroutine which isn't cancelled when
it times out.

Changelog:
* Make sure we cancel get

0.3.9

Toggle 0.3.9's commit message
Release 0.3.9 version

This release fixes a bug where we accidentally mess up the graphite top
namespace when 'namespace' setting is set a value which contains '.'
character(s).

We also fix a crash when daemon statistics are inconsistent, which can
only happen we pull statistics while HAProxy is being upgraded to
newer major release(1.5 -> 1.6) which exposes more metrics.

Changelog:
* Avoid replacing '.' with '_' in namespace setting
* Avoid crashing when daemon statistics are inconsistent
* Do a comparison to None singleton with is not
* Rename variable epoch to timestamp
* Place keywords in the same line