Tracing: Zipkin datasource (#23829)

This commit is contained in:
Andrej Ocenas
2020-04-24 17:02:25 +02:00
committed by GitHub
parent 800228c100
commit 58b566a252
15 changed files with 712 additions and 33 deletions

View File

@ -0,0 +1,6 @@
# 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"