grafana/public/app/plugins/datasource/loki/plugin.json
Ivana Huckova d5fee5a3f5
Loki: Add support for alerting (#31424)
* Create Loki backend template

* Update endpoint

* Adjust step

* Add test

* Change to use Loki client

* Address feedback, improve errors and comments

* Linting

* Update pkg/tsdb/loki/loki.go

* Update pkg/tsdb/loki/loki.go

* Update pkg/tsdb/loki/loki.go
2021-03-02 14:55:16 +01:00

39 lines
737 B
JSON

{
"type": "datasource",
"name": "Loki",
"id": "loki",
"category": "logging",
"logs": true,
"metrics": true,
"alerting": true,
"annotations": true,
"streaming": true,
"queryOptions": {
"maxDataPoints": true
},
"info": {
"description": "Like Prometheus but for logs. OSS logging solution from Grafana Labs",
"author": {
"name": "Grafana Labs",
"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"
}
]
}
}