]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOIR: checks/trace: Register a new trace source with its events
authorChristopher Faulet <cfaulet@haproxy.com>
Sat, 10 Apr 2021 07:00:38 +0000 (09:00 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 12 Apr 2021 10:09:36 +0000 (12:09 +0200)
commit147b8c919c4192e76eae7c7556ef045880b54d13
tree1409d613717be817145323480c79633d38a2b7d9
parent6d80b63e3c3de9e4c0288b0454faccf01748fa69
MINOIR: checks/trace: Register a new trace source with its events

Add the trace support for the checks. Only tcp-check based health-checks are
supported, including the agent-check.

In traces, the first argument is always a check object. So it is easy to get
all info related to the check. The tcp-check ruleset, the conn-stream and
the connection, the server state...
include/haproxy/check.h
include/haproxy/tcpcheck.h
src/check.c
src/tcpcheck.c