Files
grafana/devenv/docker/blocks/zipkin/docker-compose.yaml
T
2020-04-24 17:02:25 +02:00

7 lines
242 B
YAML

# There is no data generator for this so easiest way to get some data here is run this example app
# https://github.com/openzipkin/zipkin-js-example/tree/master/web
zipkin:
image: openzipkin/zipkin:latest
ports:
- "9411:9411"