diff --git a/addons/ot/README b/addons/ot/README index a08f47138..936d11678 100644 --- a/addons/ot/README +++ b/addons/ot/README @@ -47,6 +47,12 @@ via the OpenTracing API with OpenTracing compatible servers (tracers). Currently, tracers that support this API include Datadog, Jaeger, LightStep and Zipkin. +Note: The OpenTracing filter shouldn't be used for new designs as OpenTracing + itself is no longer maintained nor supported by its authors. A + replacement filter base on OpenTelemetry is currently under development + and is expected to be ready around HAProxy 3.2. As such OpenTracing will + be deprecated in 3.3 and removed in 3.5. + The OT filter was primarily tested with the Jaeger tracer, while configurations for both Datadog and Zipkin tracers were also set in the test directory. diff --git a/doc/configuration.txt b/doc/configuration.txt index 5b9bcb199..e4e152f66 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -28490,6 +28490,13 @@ filter opentracing [id ] config More detailed documentation related to the operation, configuration and use of the filter can be found in the addons/ot directory. +Note: The OpenTracing filter shouldn't be used for new designs as OpenTracing + itself is no longer maintained nor supported by its authors. A + replacement filter base on OpenTelemetry is currently under development + and is expected to be ready around HAProxy 3.2. As such OpenTracing will + be deprecated in 3.3 and removed in 3.5. + + 9.7. Bandwidth limitation --------------------------