mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
30 lines
574 B
JSON
30 lines
574 B
JSON
{
|
|
"type": "datasource",
|
|
"name": "Loki",
|
|
"id": "loki",
|
|
"metrics": false,
|
|
"alerting": false,
|
|
"annotations": false,
|
|
"logs": true,
|
|
"explore": true,
|
|
"tables": false,
|
|
"info": {
|
|
"description": "Loki Logging Data Source for Grafana",
|
|
"author": {
|
|
"name": "Grafana Project",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/loki_icon.svg",
|
|
"large": "img/loki_icon.svg"
|
|
},
|
|
"links": [
|
|
{
|
|
"name": "Loki",
|
|
"url": "https://github.com/grafana/loki"
|
|
}
|
|
],
|
|
"version": "5.3.0"
|
|
}
|
|
}
|