nginx 的平常的應用開發中佔比仍是比較高的,opentracing 是一個分佈式追蹤標準
相應是開源實現也比較多。nginx-opentracing 是一個opentracing nginx 的插件,讓咱們能夠
方便的進行服務的性能追蹤,查看服務調用依賴nginx
例子使用官方demo,運行使用docker-compose git
git clone https://github.com/opentracing-contrib/nginx-opentracing.git
cd nginx-opentracing/example/trivial/jaeger docker-compose build docker-compose up -d
curl localhost:8080
nginx-opentracing 支持的分佈式追蹤的工具仍是比較多的,經過簡單的配置,咱們就能實現一些基本的性能分析。github
https://github.com/opentracing-contrib/nginx-opentracingdocker