]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: tevt: Add a sample to get termination events for all locations
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 21 Jan 2025 06:46:17 +0000 (07:46 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 31 Jan 2025 09:41:50 +0000 (10:41 +0100)
commitb1611554984478b4d929a379192664c67a60fa2c
treed3ef7f61cdb60ca0afbd78429446abcda5e0b1a1
parenteb2f1a4ba4f6717bcd9b9f7ada91d9d9596d1002
MINOR: tevt: Add a sample to get termination events for all locations

"term_events" is a sample fetche function that can be used to get
termination events for all locations in one call. The format equivalent to:

  {fc_term_events,fc_mux_term_events,fs.term_events,txn.term_events,bs.term_events,bc_mux_term_events,bc_term_events}

If no event was reported for a location, the field is empty. If the feature
is not supported yet, a dash ('-') is printed.
doc/configuration.txt
src/stream.c