Update links to nginx-opentracing.
This commit is contained in:
parent
516ae8edf9
commit
dcfb059f1f
2 changed files with 2 additions and 2 deletions
|
@ -380,7 +380,7 @@ Default: ""
|
||||||
|
|
||||||
#### enable-opentracing
|
#### enable-opentracing
|
||||||
|
|
||||||
Enables the nginx Opentracing extension https://github.com/rnburn/nginx-opentracing
|
Enables the nginx Opentracing extension https://github.com/opentracing-contrib/nginx-opentracing
|
||||||
By default this is disabled
|
By default this is disabled
|
||||||
|
|
||||||
#### zipkin-collector-host
|
#### zipkin-collector-host
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# OpenTracing
|
# OpenTracing
|
||||||
|
|
||||||
Using the third party module [rnburn/nginx-opentracing](https://github.com/rnburn/nginx-opentracing) the NGINX ingress controller can configure NGINX to enable [OpenTracing](http://opentracing.io) instrumentation.
|
Using the third party module [opentracing-contrib/nginx-opentracing](https://github.com/opentracing-contrib/nginx-opentracing) the NGINX ingress controller can configure NGINX to enable [OpenTracing](http://opentracing.io) instrumentation.
|
||||||
By default this feature is disabled.
|
By default this feature is disabled.
|
||||||
|
|
||||||
To enable the instrumentation we just need to enable the instrumentation in the configuration configmap and set the host where we should send the traces.
|
To enable the instrumentation we just need to enable the instrumentation in the configuration configmap and set the host where we should send the traces.
|
||||||
|
|
Loading…
Reference in a new issue