MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'
authorMiroslav Zagorac <mzagorac@haproxy.com>
Thu, 9 Sep 2021 12:19:25 +0000 (14:19 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 12 Sep 2021 05:08:14 +0000 (07:08 +0200)
commit560c7b874aef5922199e36a7f31466af323f489f
treecfae969b62ebd130edfefa78b6e08aea05031ab4
parenta75f3404c8763486c61f931b368ece76a9af7f42
MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn'

At the suggestion of Willy Tarreau, the scope of the 'ot.uuid' variable was
changed from 'sess' to 'txn', so it is now limited to the transaction only.
addons/ot/README-func
addons/ot/include/filter.h
addons/ot/src/scope.c
addons/ot/test/be/ot.cfg
addons/ot/test/cmp/ot.cfg
addons/ot/test/ctx/ot.cfg
addons/ot/test/fe/ot.cfg
addons/ot/test/sa/ot.cfg