* Fix yet another regression introduced by 9e78b6918 * Fix indentation issues * Drop unused columns to safe memory * Fix performance regression introduced by 9e78b6918
0.3.11
* 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 4 * Update URI references for HAProxy documentation
0.3.10
* Make sure we cancel get() coroutine when times out
0.3.9
* 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