Skip to content

Commit ed9aaf0

Browse files
committed
add deprecation notice
1 parent 1f21680 commit ed9aaf0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

site/content/configuration/global-configuration/configmap-resource.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@ If you want to enable TLS for zone synchronization for NGINX Ingress Controller,
226226
{{<bootstrap-table "table table-striped table-bordered table-responsive">}}
227227
|ConfigMap Key | Description | Default | Example |
228228
| ---| ---| ---| --- |
229+
|*opentracing* | Deprecated in v5.0.0. Enables [OpenTracing](https://opentracing.io) globally (for all Ingress, VirtualServer and VirtualServerRoute resources). Note: requires the Ingress Controller image with OpenTracing module and a tracer. See the [docs]({{< relref "/installation/integrations/opentracing.md" >}}) for more information. | *False* | |
230+
|*opentracing-tracer* | Deprecated in v5.0.0. Sets the path to the vendor tracer binary plugin. | N/A | |
231+
|*opentracing-tracer-config* | Deprecated in v5.0.0. Sets the tracer configuration in JSON format. | N/A | |
229232
|*app-protect-compressed-requests-action* | Sets the *app_protect_compressed_requests_action* [global directive](/nginx-app-protect/configuration/#global-directives). | *drop* | |
230233
|*app-protect-cookie-seed* | Sets the *app_protect_cookie_seed* [global directive](/nginx-app-protect/configuration/#global-directives). | Random automatically generated string | |
231234
|*app-protect-failure-mode-action* | Sets the *app_protect_failure_mode_action* [global directive](/nginx-app-protect/configuration/#global-directives). | *pass* | |

site/content/installation/integrations/opentracing.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
docs: DOCS-618
33
doctypes:
44
- ''
5-
title: OpenTracing
5+
title: OpenTracing (Deprecated in v5.0.0)
66
toc: true
77
weight: 500
88
---
9+
OpenTracing support has been deprecated from v5.0.0 of F5 NGINX Ingress Controller.
10+
911

1012
Learn how to use OpenTracing with F5 NGINX Ingress Controller.
1113

0 commit comments

Comments
 (0)