| 123456789101112131415161718192021 |
- {
- "__inputs": {
- "graphite": {
- "type": "datasource",
- "description": "Graphite datasource"
- }
- },
- "title": "Carbon Cache Stats",
- "version": 1,
- "rows": [
- {
- "panels": [
- {
- "type": "graph",
- "datasource": "__$graphite"
- }
- ]
- }
- ]
- }
|