Support of other collectors¶
aiozipkin can work with any other zipkin compatible service, currently we tested it with jaeger and stackdriver.
Jaeger support¶
jaeger supports zipkin span format and as a result it is possible to use aiozipkin with jaeger server. You just need to specify jaeger server address and it should work out of the box. No need to run a local zipkin server. For more information see tests and jaeger documentation.
Stackdriver support¶
Google stackdriver supports zipkin span format as a result it is possible to use aiozipkin with this google service. In order to make this work you need to setup zipkin service locally, that will send traces to the cloud. See google cloud documentation how to setup make zipkin collector: