mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 01:53:33 -06:00
33 lines
662 B
JSON
33 lines
662 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Tempo",
|
|
"id": "tempo",
|
|
"category": "tracing",
|
|
|
|
"metrics": true,
|
|
"alerting": false,
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
}
|