grafana/public/app/plugins/datasource/loki/plugin.json
kay delaney e0a2d4beac Grafana/Loki: Adds support for new Loki endpoints and metrics (#20158)
* Grafana/Loki: Adds support for new Loki endpoints and metrics

* Adds `/loki/` prefix to new loki endpoints and updates response interfaces

* Improved legacy support

* Removed changes related to plugin.json and added Loki-specific hacks

* Fixes live streaming for legacy loki datasources
2019-11-15 16:38:25 +01:00

39 lines
741 B
JSON

{
"type": "datasource",
"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": {
"small": "img/loki_icon.svg",
"large": "img/loki_icon.svg"
},
"links": [
{
"name": "Learn more",
"url": "https://grafana.com/loki"
},
{
"name": "GitHub Project",
"url": "https://github.com/grafana/loki"
}
]
}
}