]> git.kaiwu.me - haproxy.git/commit
CLEANUP: otel: move opentelemetry outside haproxy sources
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 4 May 2026 12:18:40 +0000 (14:18 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 4 May 2026 12:18:40 +0000 (14:18 +0200)
commita8b1af277f19acd99c7284c8733abff4bbafe914
tree35cc8cdf4fee7230f425f5b01188ee8e5c7dcd3b
parente16b1a44f8461791f40374ed1216822e5f47954d
CLEANUP: otel: move opentelemetry outside haproxy sources

The opentelemetry addons now live outside haproxy sources and is
available at https://github.com/haproxytech/haproxy-opentelemetry/

The addon must be built using the EXTRA_MAKE option from HAProxy
Makefile:

$ PKG_CONFIG_PATH=/opt/lib/pkgconfig make -j8 TARGET=linux-glibc
  EXTRA_MAKE="/tmp/a/a/haproxy-opentelemetry" OTEL_DEBUG=1 OTEL_USE_VARS=1
83 files changed:
addons/otel/AUTHORS [deleted file]
addons/otel/MAINTAINERS [deleted file]
addons/otel/Makefile [deleted file]
addons/otel/README [deleted file]
addons/otel/README-conf [deleted file]
addons/otel/README-configuration [deleted file]
addons/otel/README-design [deleted file]
addons/otel/README-func [deleted file]
addons/otel/README-implementation [deleted file]
addons/otel/README-misc [deleted file]
addons/otel/README.md [deleted file]
addons/otel/include/cli.h [deleted file]
addons/otel/include/conf.h [deleted file]
addons/otel/include/conf_funcs.h [deleted file]
addons/otel/include/config.h [deleted file]
addons/otel/include/debug.h [deleted file]
addons/otel/include/define.h [deleted file]
addons/otel/include/event.h [deleted file]
addons/otel/include/filter.h [deleted file]
addons/otel/include/group.h [deleted file]
addons/otel/include/http.h [deleted file]
addons/otel/include/include.h [deleted file]
addons/otel/include/otelc.h [deleted file]
addons/otel/include/parser.h [deleted file]
addons/otel/include/pool.h [deleted file]
addons/otel/include/scope.h [deleted file]
addons/otel/include/util.h [deleted file]
addons/otel/include/vars.h [deleted file]
addons/otel/src/cli.c [deleted file]
addons/otel/src/conf.c [deleted file]
addons/otel/src/event.c [deleted file]
addons/otel/src/filter.c [deleted file]
addons/otel/src/group.c [deleted file]
addons/otel/src/http.c [deleted file]
addons/otel/src/otelc.c [deleted file]
addons/otel/src/parser.c [deleted file]
addons/otel/src/pool.c [deleted file]
addons/otel/src/scope.c [deleted file]
addons/otel/src/util.c [deleted file]
addons/otel/src/vars.c [deleted file]
addons/otel/test/README-cmp [deleted file]
addons/otel/test/README-ctx [deleted file]
addons/otel/test/README-empty [deleted file]
addons/otel/test/README-fe-be [deleted file]
addons/otel/test/README-full [deleted file]
addons/otel/test/README-sa [deleted file]
addons/otel/test/README-speed-cmp [deleted file]
addons/otel/test/README-speed-ctx [deleted file]
addons/otel/test/README-speed-fe-be [deleted file]
addons/otel/test/README-speed-sa [deleted file]
addons/otel/test/README-test-speed [deleted file]
addons/otel/test/be/haproxy.cfg [deleted file]
addons/otel/test/be/otel.cfg [deleted file]
addons/otel/test/be/otel.yml [deleted file]
addons/otel/test/cmp/haproxy.cfg [deleted file]
addons/otel/test/cmp/otel.cfg [deleted file]
addons/otel/test/cmp/otel.yml [deleted file]
addons/otel/test/copy-yml.sh [deleted file]
addons/otel/test/ctx/haproxy.cfg [deleted file]
addons/otel/test/ctx/otel.cfg [deleted file]
addons/otel/test/ctx/otel.yml [deleted file]
addons/otel/test/empty/haproxy.cfg [deleted file]
addons/otel/test/empty/otel.cfg [deleted file]
addons/otel/test/empty/otel.yml [deleted file]
addons/otel/test/fe/haproxy.cfg [deleted file]
addons/otel/test/fe/otel.cfg [deleted file]
addons/otel/test/fe/otel.yml [deleted file]
addons/otel/test/full/haproxy.cfg [deleted file]
addons/otel/test/full/otel.cfg [deleted file]
addons/otel/test/full/otel.yml [deleted file]
addons/otel/test/haproxy-common.cfg [deleted file]
addons/otel/test/index.html [deleted file]
addons/otel/test/run-cmp.sh [deleted symlink]
addons/otel/test/run-ctx.sh [deleted symlink]
addons/otel/test/run-empty.sh [deleted symlink]
addons/otel/test/run-fe-be.sh [deleted file]
addons/otel/test/run-full.sh [deleted symlink]
addons/otel/test/run-sa.sh [deleted symlink]
addons/otel/test/run-test-config.sh [deleted file]
addons/otel/test/sa/haproxy.cfg [deleted file]
addons/otel/test/sa/otel.cfg [deleted file]
addons/otel/test/sa/otel.yml [deleted file]
addons/otel/test/test-speed.sh [deleted file]