]> git.kaiwu.me - haproxy.git/commit
BUILD: otel: removed USE_OTEL, addon is now built via EXTRA_MAKE
authorMiroslav Zagorac <mzagorac@haproxy.com>
Mon, 4 May 2026 09:45:52 +0000 (11:45 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 4 May 2026 12:15:17 +0000 (14:15 +0200)
commite16b1a44f8461791f40374ed1216822e5f47954d
tree91e201ef8d119c87166a66004516c506d6a131fe
parent66bccb7a3a8076da38f4a7d1cc5d46e61ef3f2cc
BUILD: otel: removed USE_OTEL, addon is now built via EXTRA_MAKE

The OpenTelemetry filter has been moved out of the haproxy source tree and
now lives and is developed in the haproxy-opentelemetry repository as an
external addon.  Removed all hard-coded references to USE_OTEL and to the
addons/otel directory from the main Makefile, as the addon is now plugged
in through the generic EXTRA_MAKE hook added in the previous commit.
Makefile