mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
* 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
39 lines
737 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|