123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "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"
- }
- ]
- }
- }
|