nginx中加入opentracing能力( 二 )


?
为什么要用nginx 1.2以上?nginx opentracing require nginx 1.9.13+
request_id require nginx 1.11.0
nginx 偶数版本是stable
附模块下载地址ngx_http_opentracing_module.so https://github.com/opentracing-contrib/nginx-opentracing/releases
jaeger plugin https://github.com/jaegertracing/jaeger-client-cpp/releases
参考https://github.com/opentracing-contrib/nginx-opentracing
https://medium.com/opentracing/how-to-enable-nginx-for-distributed-tracing-9479df18b22c
https://github.com/opentracing-contrib/nginx-opentracing/tree/master/example/trivial/jaeger

【nginx中加入opentracing能力】


推荐阅读