1. 02 Nov, 2018 16 commits
  2. 17 Sep, 2018 5 commits
  3. 07 Aug, 2018 1 commit
  4. 27 Jul, 2018 1 commit
  5. 21 Jun, 2018 1 commit
  6. 18 May, 2018 1 commit
  7. 17 May, 2018 3 commits
  8. 23 Jan, 2018 1 commit
  9. 07 Jan, 2018 1 commit
  10. 16 Dec, 2017 1 commit
  11. 12 Dec, 2017 1 commit
  12. 05 Dec, 2017 1 commit
  13. 04 Dec, 2017 1 commit
  14. 27 Nov, 2017 1 commit
    • William Dauchy's avatar
      support conn_tot stats · 459c00fa
      William Dauchy authored
      
      
      haproxy 1.7 introduces a distinction between connection and sessions,
      sessions represents an end to end connection:
      "with the introduction of SSL, proxy protocol and layer4 ACLs it was
      needed to cut the end-to-end sessions in smaller parts, hence the
      introduction of 'connections'"
      
      this patch renames the old `connections_total` to `sessions_total` in order
      to use the same vocabulary as haproxy; I was puzzled to keep the compatibility
      but in the long term I think this will introduces more incomprehension
      than it resolves.
      so this is a breaking change.
      
      `connections_total` now represents the new metric from haproxy.
      
      also add comment to the new available metrics.
      
      Signed-off-by: default avatarWilliam Dauchy <w.dauchy@criteo.com>
      459c00fa
  15. 25 Aug, 2017 1 commit
  16. 24 Aug, 2017 1 commit
  17. 22 Aug, 2017 1 commit
  18. 15 Aug, 2017 1 commit
  19. 12 Aug, 2017 1 commit