]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: sample: implement the T* timer tags from the log-format as fetches
authorWilliam Lallemand <wlallemand@haproxy.org>
Mon, 3 Jul 2023 09:28:43 +0000 (11:28 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 26 Jul 2023 15:44:38 +0000 (17:44 +0200)
commita6964cfb4f3e5ec2c4f880111e7b76baa3bf7f6f
treedf555477933e3fc9fe3b5caebd84d6b8be179f16
parent38975c016488da0dc739eca1212aa0a704b391df
MINOR: sample: implement the T* timer tags from the log-format as fetches

This commit implements the following timer tags available in the log
format as sample fetches:

req.timer.idle (%Ti)
req.timer.tq (%Tq)
req.timer.hdr (%TR)
req.timer.queue (%Tw)

res.timer.hdr (%Tr)
res.timer.user (%Tu)

txn.timer.total (%Ta)
txn.timer.data (%Td)

bc.timer.connect (%Tc)
fc.timer.handshake (%Th)
fc.timer.total (%Tt)
src/sample.c