1. baf2273 BUG/MEDIUM: contrib/prometheus-exporter: fix segfault in listener name dump by William Dauchy · 3 years, 4 months ago
  2. 04e90df DOC: contrib/prometheus-exporter: remove htx reference by William Dauchy · 3 years, 5 months ago
  3. e3f7bd5 MEDIUM: contrib/prometheus-exporter: add listen stats by William Dauchy · 3 years, 5 months ago
  4. 64a3805 CLEANUP: contrib/prometheus-exporter: align for with srv status case by William Dauchy · 3 years, 5 months ago
  5. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 5 months ago
  6. 6916422 MEDIUM: contrib/prometheus-exporter: export base stick table stats by William Dauchy · 3 years, 5 months ago
  7. 486e511 MINOR: contrib/prometheus-exporter: use stats desc when possible followup by William Dauchy · 3 years, 5 months ago
  8. 040b119 BUG/MINOR: contrib/prometheus-exporter: Restart labels dump at the right pos by Christopher Faulet · 3 years, 5 months ago
  9. 32ef48e BUG/MINOR: contrib/prometheus-exporter: Add missing label for ST_F_HRSP_1XX by Christopher Faulet · 3 years, 5 months ago
  10. 1a68cd0 DOC: contrib/prometheus-exporter: Add missing metrics in README by Christopher Faulet · 3 years, 5 months ago
  11. 4b7bf7e CLEANUP: contrib/prometheus-exporter: remove description in README by William Dauchy · 3 years, 5 months ago
  12. df9a05d CLEANUP: contrib/prometheus-exporter: align and reorder fields by William Dauchy · 3 years, 5 months ago
  13. 99066dd CLEANUP: contrib/prometheus-exporter: remove unused includes by William Dauchy · 3 years, 5 months ago
  14. 7741c33 MINOR: contrib/prometheus-exporter: add recv logs_logs_total field by William Dauchy · 3 years, 5 months ago
  15. e5a26a2 MINOR: contrib/prometheus-exporter: add uweight field by William Dauchy · 3 years, 5 months ago
  16. 82b2ce2 MINOR: contrib/prometheus-exporter: use stats desc when possible by William Dauchy · 3 years, 5 months ago
  17. a1da7ba MINOR: contrib/prometheus-exporter: improve service status description field by William Dauchy · 3 years, 5 months ago
  18. de3c326 MAJOR: contrib/prometheus-exporter: move health check status to labels by William Dauchy · 3 years, 5 months ago
  19. 5a2f938 MEDIUM: contrib/prometheus-exporter: Use dynamic labels instead of static ones by Christopher Faulet · 3 years, 5 months ago
  20. c646459 MAJOR: contrib/prometheus-exporter: move ftd/bkd/srv states to labels by William Dauchy · 3 years, 5 months ago
  21. 5493821 MINOR: contrib/prometheus-exporter: declare states for objects by William Dauchy · 3 years, 5 months ago
  22. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 3 years, 7 months ago
  23. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · 3 years, 8 months ago
  24. bde2bf6 MINOR: contrib/prometheus-exporter: use fill_sv_stats for server dump by William Dauchy · 3 years, 5 months ago
  25. 3c6f006 MINOR: contrib/prometheus-exporter: use fill_be_stats for backend dump by William Dauchy · 3 years, 5 months ago
  26. 18a2c6e MINOR: contrib/prometheus-exporter: better output of Not-a-Number by William Dauchy · 3 years, 5 months ago
  27. 37286a5 MEDIUM: contrib/prometheus-exporter: Rework matrices defining Promex metrics by Christopher Faulet · 3 years, 5 months ago
  28. 0312c0d MINOR: contrib/prometheus-exporter: Add promex_metric struct defining a metric by Christopher Faulet · 3 years, 5 months ago
  29. b713c4f MINOR: contrib/prometheus-exporter: Split the PROMEX_FL_STATS_METRIC flag by Christopher Faulet · 3 years, 5 months ago
  30. 0175b1f MINOR: contrib/prometheus-exporter: Don't needlessly set empty label for metrics by Christopher Faulet · 3 years, 5 months ago
  31. b957745 MINOR: contrib/prometheus-exporter: use fill_fe_stats for frontend dump by William Dauchy · 3 years, 6 months ago
  32. a191b77 MINOR: contrib/prometheus-exporter: merge info description from stats by William Dauchy · 3 years, 6 months ago
  33. defd156 MINOR: stats: add new start time field by William Dauchy · 3 years, 6 months ago
  34. a8766cf MINOR: stats: duplicate 3 fields in bytes in info by William Dauchy · 3 years, 6 months ago
  35. 5d9b8f3 MINOR: contrib/prometheus-exporter: use fill_info for process dump by William Dauchy · 3 years, 6 months ago
  36. 1704efe MINOR: contrib/prometheus-exporter: avoid connection close header by William Dauchy · 3 years, 6 months ago
  37. 5a982a7 MINOR: contrib/prometheus-exporter: export build_info by William Dauchy · 3 years, 6 months ago
  38. 8cb12a8 CLEANUP: Apply the coccinelle patch for `XXXcmp()` on contrib/ by Tim Duesterhus · 3 years, 6 months ago
  39. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  40. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 3 years, 9 months ago
  41. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · 3 years, 9 months ago
  42. f1ea47d BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one by Willy Tarreau · 4 years ago
  43. c55a626 MINOR: contrib/prometheus-exporter: Add missing global and per-server metrics by Christopher Faulet · 4 years ago
  44. 1e36976 CLEANUP: contrib/prometheus-exporter: typo fixes for ssl reuse metric by Pierre Cheynier · 4 years ago
  45. b255105 CLEANUP: include: tree-wide alphabetical sort of include files by Willy Tarreau · 4 years, 1 month ago
  46. 36979d9 REORG: include: move the error reporting functions to from log.h to errors.h by Willy Tarreau · 4 years, 1 month ago
  47. 6be7849 REORG: include: move cfgparse.h to haproxy/cfgparse.h by Willy Tarreau · 4 years, 1 month ago
  48. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  49. 1e56f92 REORG: include: move server.h to haproxy/server{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  50. 4980160 REORG: include: move backend.h to haproxy/backend{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  51. a264d96 REORG: include: move proxy.h to haproxy/proxy{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  52. 5e539c9 REORG: include: move stream_interface.h to haproxy/stream_interface{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  53. 209108d REORG: include: move ssl_sock.h to haproxy/ssl_sock{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  54. 2eec9b5 REORG: include: move stats.h to haproxy/stats{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  55. 3f0f82e REORG: move applet.h to haproxy/applet{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  56. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  57. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  58. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  59. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  60. 762d7a5 REORG: include: move frontend.h to haproxy/frontend.h by Willy Tarreau · 4 years, 1 month ago
  61. 122eba9 REORG: include: move action.h to haproxy/action{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  62. 8773533 REORG: include: move http_htx.h to haproxy/http_htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  63. 0a3bd39 REORG: include: move compression.h to haproxy/compression{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  64. 551271d REORG: include: move pipe.h to haproxy/pipe{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  65. 16f958c REORG: include: split common/htx.h into haproxy/htx{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  66. cd72d8c REORG: include: split common/http.h into haproxy/http{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  67. 2741c8c REORG: include: move common/buffer.h to haproxy/dynbuf{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  68. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  69. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  70. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  71. efde955 BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics by Christopher Faulet · 4 years, 1 month ago
  72. 3c27dda MINOR: stats: Expose native cum_req metric for a server by Marcin Deranek · 4 years, 2 months ago
  73. 62ba9ba BUG/MINOR: http: make url_decode() optionally convert '+' to SP by Willy Tarreau · 4 years, 2 months ago
  74. ce7b00f CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  75. 1fae8db DOC: assorted typo fixes in the documentation by Ilya Shipitsin · 4 years, 4 months ago
  76. 2711e51 MINOR: contrib/prometheus-exporter: Add the last heathcheck duration metric by Christopher Faulet · 4 years, 4 months ago
  77. a08546b MINOR: counters: Remove failed_secu counter and use denied_resp instead by Christopher Faulet · 4 years, 7 months ago
  78. e4a2c8d MINOR: contrib/prometheus-exporter: Export internal errors per proxy/server by Christopher Faulet · 4 years, 7 months ago
  79. cf403f3 MINOR: contrib/prometheus-exporter: Add heathcheck status/code in server metrics by Christopher Faulet · 4 years, 8 months ago
  80. c65f656 BUG/MINOR: contrib/prometheus-exporter: decode parameter and value only by William Dauchy · 4 years, 7 months ago
  81. eba2294 MINOR: contrib/prometheus-exporter: Add a param to ignore servers in maintenance by Christopher Faulet · 4 years, 8 months ago
  82. 78407ce MINOR: contrib/prometheus-exporter: filter exported metrics by scope by Christopher Faulet · 4 years, 8 months ago
  83. 20ab80c MINOR: contrib/prometheus-exporter: report the number of idle conns per server by Christopher Faulet · 4 years, 8 months ago
  84. 68b6968 BUG/MINOR: contrib/prometheus-exporter: Rename some metrics by Christopher Faulet · 4 years, 8 months ago
  85. 8fc027d MINOR: contrib/prometheus-exporter: Report metrics about max times for sessions by Christopher Faulet · 4 years, 8 months ago
  86. 35efbe2 DOC: fix typo in Prometheus exporter doc by Rick Rackow · 4 years, 9 months ago
  87. af4bf14 BUG/MINOR: contrib/prometheus-exporter: Return the time averages in seconds by Christopher Faulet · 4 years, 9 months ago
  88. d45d105 MINOR: contrib/prometheus-exporter: Report DRAIN/MAINT/NOLB status for servers by Christopher Faulet · 4 years, 10 months ago
  89. 51c3aa4 BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers by Anthonin Bonnefoy · 5 years ago
  90. 25994da MINOR: contrib/prometheus-exporter: Remove tests on the option 'http-use-htx' by Christopher Faulet · 5 years ago
  91. 0c55a15 BUG/MINOR: contrib/prometheus-exporter: Don't try to add empty data blocks by Christopher Faulet · 5 years ago
  92. 11921e6 BUG/MINOR: contrib/prometheus-exporter: Respect the reserve when data are sent by Christopher Faulet · 5 years ago
  93. e6cdfe5 BUG/MINOR: contrib/prometheus-exporter: Don't use channel_htx_recv_max() by Christopher Faulet · 5 years ago
  94. d254aa8 DOC: update few references to the linux* targets and change them to linux-glibc by Willy Tarreau · 5 years ago
  95. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · 5 years ago
  96. 142b5df BUG/MINOR: contrib/prometheus-exporter: Add HTX data block in one time by Christopher Faulet · 5 years ago
  97. 76824a8 BUILD: contrib/prometheus: fix build breakage caused by move of idle_pct by Willy Tarreau · 5 years ago
  98. 769a92d MINOR: contrib/prometheus-exporter: Follow best practices about metrics type by Christopher Faulet · 5 years ago
  99. 8c8e4b1 MINOR: contrib/prometheus-exporter: Rename some metrics to be more usable by Christopher Faulet · 5 years ago
  100. c58fc0d MINOR: contrib/prometheus-exporter: Remove usless rate metrics by Christopher Faulet · 5 years ago