sanic-zipkin (#1483)

This commit is contained in:
Kevin ZHANG Qing 2019-02-05 21:59:33 +08:00 committed by Stephen Sadowski
parent b926a2c9b0
commit 4f70dba935

View File

@ -67,6 +67,7 @@ A list of Sanic extensions created by the community.
## Monitoring and Reporting
- [sanic-prometheus](https://github.com/dkruchinin/sanic-prometheus): Prometheus metrics for Sanic
- [sanic-zipkin](https://github.com/kevinqqnj/sanic-zipkin): Easily report request/function/RPC traces to zipkin/jaeger, through aiozipkin.
## Sample Applications