mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-02 19:51:00 +02:00
Added per-thread ID tracking for the OpenTelemetry C wrapper debug system. Registered HAProxy worker threads are identified by their tid; unregistered threads (such as those created internally by the OTel SDK) receive unique IDs from an atomic offset counter.