forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
588 B
31 lines
588 B
{
|
|
"type": "datasource",
|
|
"name": "Zipkin",
|
|
"id": "zipkin",
|
|
"category": "tracing",
|
|
|
|
"metrics": true,
|
|
"alerting": false,
|
|
"annotations": false,
|
|
"logs": false,
|
|
"streaming": false,
|
|
"tracing": true,
|
|
|
|
"info": {
|
|
"description": "Placeholder for the distributed tracing system.",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/zipkin-logo.svg",
|
|
"large": "img/zipkin-logo.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "Learn more",
|
|
"url": "https://zipkin.io"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
|