mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
36 lines
679 B
JSON
36 lines
679 B
JSON
{
|
|
"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"
|
|
}
|
|
],
|
|
"version": "%VERSION%"
|
|
},
|
|
"dependencies": {
|
|
"grafanaDependency": ">=10.3.0-0"
|
|
}
|
|
}
|