41 lines
813 B
JSON
41 lines
813 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Jaeger",
|
|
"id": "jaeger",
|
|
"category": "tracing",
|
|
|
|
"backend": true,
|
|
"metrics": true,
|
|
"alerting": false,
|
|
"annotations": false,
|
|
"logs": false,
|
|
"streaming": false,
|
|
"tracing": true,
|
|
|
|
"info": {
|
|
"description": "Open source, end-to-end distributed tracing",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/jaeger_logo.svg",
|
|
"large": "img/jaeger_logo.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "Learn more",
|
|
"url": "https://www.jaegertracing.io"
|
|
},
|
|
{
|
|
"name": "GitHub Project",
|
|
"url": "https://github.com/jaegertracing/jaeger"
|
|
}
|
|
],
|
|
"version": "%VERSION%"
|
|
},
|
|
"dependencies": {
|
|
"grafanaDependency": ">=10.3.0-0"
|
|
}
|
|
}
|