MINOR: stream: Expose the stream's uniq_id via a new sample fetch
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 28 Nov 2023 20:01:18 +0000 (21:01 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 29 Nov 2023 10:11:12 +0000 (11:11 +0100)
commit0b8e7d666e49ccdbad76816fb94abe3229d8e080
tree8554065f023ffa96d7ac1f6563ada682ac3a7d29
parentb1eb3bc9a2240e20d33cf9e80038302b62502711
MINOR: stream: Expose the stream's uniq_id via a new sample fetch

"txn.id32" may now be used to get the stream's uniq_id. It is equivalent to
%rt in logs.
doc/configuration.txt
src/stream.c