Update links to nginx-opentracing.

This commit is contained in:
rnburn 2017-10-23 17:22:22 -07:00
parent 516ae8edf9
commit dcfb059f1f
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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.