| 1234567891011121314151617181920212223242526272829303132 |
- {
- "type": "datasource",
- "name": "TestData DB",
- "id": "testdata",
- "metrics": true,
- "alerting": true,
- "annotations": true,
- "queryOptions": {
- "minInterval": true
- },
- "info": {
- "author": {
- "name": "Grafana Project",
- "url": "https://grafana.com"
- },
- "logos": {
- "small": "../../../../img/grafana_icon.svg",
- "large": "../../../../img/grafana_icon.svg"
- }
- },
- "includes": [
- {
- "type": "dashboard",
- "name": "Streaming Example",
- "path": "dashboards/streaming.json"
- }
- ]
- }
|