mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 04:31:36 +08:00
Tracing: Zipkin datasource (#23829)
This commit is contained in:
6
devenv/docker/blocks/zipkin/docker-compose.yaml
Normal file
6
devenv/docker/blocks/zipkin/docker-compose.yaml
Normal 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"
|
Reference in New Issue
Block a user