grafana/public/app/plugins/datasource/loki/plugin.json

39 lines
741 B
JSON
Raw Normal View History

{
"type": "datasource",
2018-12-05 16:13:57 -06:00
"name": "Loki",
"id": "loki",
"category": "logging",
"logs": true,
"metrics": true,
"alerting": false,
"annotations": true,
"streaming": true,
"queryOptions": {
"maxDataPoints": true
},
"info": {
"description": "Like Prometheus but for logs. OSS logging solution from Grafana Labs",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
2018-12-05 16:13:57 -06:00
"small": "img/loki_icon.svg",
"large": "img/loki_icon.svg"
},
"links": [
{
"name": "Learn more",
"url": "https://grafana.com/loki"
},
{
"name": "GitHub Project",
2018-12-05 16:13:57 -06:00
"url": "https://github.com/grafana/loki"
}
]
}
2018-11-29 03:38:20 -06:00
}