mirror of https://github.com/grafana/grafana.git
47 lines
1019 B
JSON
47 lines
1019 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Tempo",
|
|
"id": "tempo",
|
|
"category": "tracing",
|
|
"executable": "gpx_tempo",
|
|
|
|
"metrics": true,
|
|
"alerting": true,
|
|
"annotations": false,
|
|
"logs": false,
|
|
"streaming": false,
|
|
"tracing": true,
|
|
"backend": true,
|
|
|
|
"info": {
|
|
"description": "High volume, minimal dependency trace storage. OSS tracing solution from Grafana Labs.",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/tempo_logo.svg",
|
|
"large": "img/tempo_logo.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "GitHub Project",
|
|
"url": "https://github.com/grafana/tempo"
|
|
},
|
|
{
|
|
"name": "Raise issue",
|
|
"url": "https://github.com/grafana/grafana/issues/new"
|
|
},
|
|
{
|
|
"name": "Documentation",
|
|
"url": "https://grafana.com/docs/grafana/latest/datasources/tempo/"
|
|
}
|
|
],
|
|
"version": "%VERSION%"
|
|
},
|
|
|
|
"dependencies": {
|
|
"grafanaDependency": ">=10.3.0-0"
|
|
}
|
|
}
|