Skip to content

Commit 20d9a60

Browse files
Docs: Remove opentracing and zipkin from docs (#11361)
1 parent 4e11074 commit 20d9a60

File tree

3 files changed

+0
-325
lines changed

3 files changed

+0
-325
lines changed

docs/user-guide/nginx-configuration/annotations.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,6 @@ You can add these Kubernetes annotations to specific Ingress objects to customiz
124124
|[nginx.ingress.kubernetes.io/ssl-prefer-server-ciphers](#ssl-ciphers)|"true" or "false"|
125125
|[nginx.ingress.kubernetes.io/connection-proxy-header](#connection-proxy-header)|string|
126126
|[nginx.ingress.kubernetes.io/enable-access-log](#enable-access-log)|"true" or "false"|
127-
|[nginx.ingress.kubernetes.io/enable-opentracing](#enable-opentracing)|"true" or "false"|
128-
|[nginx.ingress.kubernetes.io/opentracing-trust-incoming-span](#opentracing-trust-incoming-span)|"true" or "false"|
129127
|[nginx.ingress.kubernetes.io/enable-opentelemetry](#enable-opentelemetry)|"true" or "false"|
130128
|[nginx.ingress.kubernetes.io/opentelemetry-trust-incoming-span](#opentelemetry-trust-incoming-spans)|"true" or "false"|
131129
|[nginx.ingress.kubernetes.io/use-regex](#use-regex)|bool|
@@ -830,24 +828,6 @@ Note that rewrite logs are sent to the error_log file at the notice level. To en
830828
nginx.ingress.kubernetes.io/enable-rewrite-log: "true"
831829
```
832830

833-
### Enable Opentracing
834-
835-
Opentracing can be enabled or disabled globally through the ConfigMap but this will sometimes need to be overridden
836-
to enable it or disable it for a specific ingress (e.g. to turn off tracing of external health check endpoints)
837-
838-
```yaml
839-
nginx.ingress.kubernetes.io/enable-opentracing: "true"
840-
```
841-
842-
### Opentracing Trust Incoming Span
843-
844-
The option to trust incoming trace spans can be enabled or disabled globally through the ConfigMap but this will
845-
sometimes need to be overridden to enable it or disable it for a specific ingress (e.g. only enable on a private endpoint)
846-
847-
```yaml
848-
nginx.ingress.kubernetes.io/opentracing-trust-incoming-span: "true"
849-
```
850-
851831
### Enable Opentelemetry
852832

853833
Opentelemetry can be enabled or disabled globally through the ConfigMap but this will sometimes need to be overridden

docs/user-guide/nginx-configuration/configmap.md

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,6 @@ The following table shows a configuration option's name, type, and the default v
135135
|[compute-full-forwarded-for](#compute-full-forwarded-for)| bool | "false" ||
136136
|[proxy-add-original-uri-header](#proxy-add-original-uri-header)| bool | "false" ||
137137
|[generate-request-id](#generate-request-id)| bool | "true" ||
138-
|[enable-opentracing](#enable-opentracing)| bool | "false" ||
139-
|[opentracing-operation-name](#opentracing-operation-name)| string | "" ||
140-
|[opentracing-location-operation-name](#opentracing-location-operation-name)| string | "" ||
141-
|[zipkin-collector-host](#zipkin-collector-host)| string | "" ||
142-
|[zipkin-collector-port](#zipkin-collector-port)| int | 9411 ||
143-
|[zipkin-service-name](#zipkin-service-name)| string | "nginx" ||
144-
|[zipkin-sample-rate](#zipkin-sample-rate)| float | 1.0 ||
145138
|[jaeger-collector-host](#jaeger-collector-host)| string | "" ||
146139
|[jaeger-collector-port](#jaeger-collector-port)| int | 6831 ||
147140
|[jaeger-endpoint](#jaeger-endpoint)| string | "" ||
@@ -945,41 +938,6 @@ Adds an X-Original-Uri header with the original request URI to the backend reque
945938

946939
Ensures that X-Request-ID is defaulted to a random value, if no X-Request-ID is present in the request
947940

948-
## enable-opentracing
949-
950-
Enables the nginx Opentracing extension. _**default:**_ is disabled
951-
952-
_References:_
953-
[https://github.com/opentracing-contrib/nginx-opentracing](https://github.com/opentracing-contrib/nginx-opentracing)
954-
955-
## opentracing-operation-name
956-
957-
Specifies a custom name for the server span. _**default:**_ is empty
958-
959-
For example, set to "HTTP $request_method $uri".
960-
961-
## opentracing-location-operation-name
962-
963-
Specifies a custom name for the location span. _**default:**_ is empty
964-
965-
For example, set to "HTTP $request_method $uri".
966-
967-
## zipkin-collector-host
968-
969-
Specifies the host to use when uploading traces. It must be a valid URL.
970-
971-
## zipkin-collector-port
972-
973-
Specifies the port to use when uploading traces. _**default:**_ 9411
974-
975-
## zipkin-service-name
976-
977-
Specifies the service name to use for any traces created. _**default:**_ nginx
978-
979-
## zipkin-sample-rate
980-
981-
Specifies sample rate for any traces created. _**default:**_ 1.0
982-
983941
## jaeger-collector-host
984942

985943
Specifies the host to use when uploading traces. It must be a valid URL.

docs/user-guide/third-party-addons/opentracing.md

Lines changed: 0 additions & 263 deletions
This file was deleted.

0 commit comments

Comments
 (0)