| 1234567891011121314151617181920212223 |
- {
- "type": "datasource",
- "name": "Prometheus",
- "id": "prometheus",
- "includes": [
- {"type": "dashboard", "name": "Prometheus Stats", "path": "dashboards/prometheus_stats.json"}
- ],
- "metrics": true,
- "annotations": true,
- "info": {
- "author": {
- "name": "Grafana Project",
- "url": "http://grafana.org"
- },
- "logos": {
- "small": "img/prometheus_logo.svg",
- "large": "img/prometheus_logo.svg"
- }
- }
- }
|