haproxy/addons/otel/test/haproxy-common.cfg
Miroslav Zagorac 38126ecd90 CLEANUP: otel: removed insecure-fork-wanted requirement
Removed the insecure-fork-wanted runtime check from the OTel filter parser
and all related mentions from documentation and test configuration.

The OpenTelemetry C wrapper library can now explicitly start all necessary
OTel threads immediately after configuration parsing, so it is no longer
affected by the HAProxy thread/process creation restriction and the
insecure-fork-wanted option is no longer needed.
2026-04-17 15:28:05 +02:00

19 lines
328 B
INI

global
# nbthread 1
maxconn 5000
hard-stop-after 10s
# log localhost:514 local7 debug
# debug
defaults
# log global
# option httplog
# option dontlognull
# option httpclose
mode http
retries 3
maxconn 4000
timeout connect 5000
timeout client 50000
timeout server 50000