@@ -135,13 +135,6 @@ The following table shows a configuration option's name, type, and the default v
135
135
|[compute-full-forwarded-for](#compute-full-forwarded-for)| bool | "false" ||
136
136
|[proxy-add-original-uri-header](#proxy-add-original-uri-header)| bool | "false" ||
137
137
|[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 ||
145
138
|[jaeger-collector-host](#jaeger-collector-host)| string | "" ||
146
139
|[jaeger-collector-port](#jaeger-collector-port)| int | 6831 ||
147
140
|[jaeger-endpoint](#jaeger-endpoint)| string | "" ||
@@ -945,41 +938,6 @@ Adds an X-Original-Uri header with the original request URI to the backend reque
945
938
946
939
Ensures that X-Request-ID is defaulted to a random value, if no X-Request-ID is present in the request
947
940
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
-
983
941
## jaeger-collector-host
984
942
985
943
Specifies the host to use when uploading traces. It must be a valid URL.
0 commit comments