tripnomics_7.5.5/public/app/plugins/datasource/tempo/plugin.json
venbatechnologies@gmail.com 91fce5c4bf Initial commit
2021-07-05 13:49:40 +05:30

32 lines
644 B
JSON

{
"type": "datasource",
"name": "Tempo",
"id": "tempo",
"category": "tracing",
"metrics": false,
"alerting": false,
"annotations": false,
"logs": false,
"streaming": false,
"tracing": 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"
}
]
}
}