aiozipkin-examples

This repository contains the example of aiozipkin.

Before running any example, setup di zipkin data collector using the following command:

docker run -i --rm -p 9411:9411 openzipkin/zipkin

Access the zipkin dashboard via http://localhost:9411.