2018-07-20 10:07:17 -05:00
|
|
|
{
|
|
|
|
"type": "datasource",
|
2018-12-05 16:13:57 -06:00
|
|
|
"name": "Loki",
|
|
|
|
"id": "loki",
|
2019-05-09 04:45:39 -05:00
|
|
|
"category": "logging",
|
2019-01-23 10:44:22 -06:00
|
|
|
|
2019-11-15 09:38:25 -06:00
|
|
|
"logs": true,
|
2019-09-05 07:04:01 -05:00
|
|
|
"metrics": true,
|
2018-07-20 10:07:17 -05:00
|
|
|
"alerting": false,
|
2019-09-10 04:04:44 -05:00
|
|
|
"annotations": true,
|
2019-06-03 07:54:32 -05:00
|
|
|
"streaming": true,
|
2019-01-23 10:44:22 -06:00
|
|
|
|
2019-09-05 07:04:01 -05:00
|
|
|
"queryOptions": {
|
|
|
|
"maxDataPoints": true
|
|
|
|
},
|
|
|
|
|
2018-07-20 10:07:17 -05:00
|
|
|
"info": {
|
2019-05-09 04:45:39 -05:00
|
|
|
"description": "Like Prometheus but for logs. OSS logging solution from Grafana Labs",
|
2018-07-20 10:07:17 -05:00
|
|
|
"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"
|
2018-07-20 10:07:17 -05:00
|
|
|
},
|
|
|
|
"links": [
|
|
|
|
{
|
2019-05-09 04:45:39 -05:00
|
|
|
"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-07-20 10:07:17 -05:00
|
|
|
}
|
2019-09-05 07:04:01 -05:00
|
|
|
]
|
2018-07-20 10:07:17 -05:00
|
|
|
}
|
2018-11-29 03:38:20 -06:00
|
|
|
}
|