mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
40 lines
756 B
JSON
40 lines
756 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Loki",
|
|
"id": "loki",
|
|
"category": "logging",
|
|
|
|
"logs": true,
|
|
"metrics": true,
|
|
"alerting": true,
|
|
"annotations": true,
|
|
"streaming": true,
|
|
"backend": 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"
|
|
}
|
|
]
|
|
}
|
|
}
|