Style-check for monitoring scripts
[bottlenecks.git] / monitor / custom_query_dashboard.json
1 {
2     "rows": [
3         {
4             "repeat": null,
5             "titleSize": "h6",
6             "repeatIteration": null,
7             "title": "Dashboard Row",
8             "height": 150,
9             "repeatRowId": null,
10             "panels": [
11                 {
12                     "title": "Memory Usage per Container",
13                     "aliasColors": {},
14                     "id": 31,
15                     "cacheTimeout": null,
16                     "valueName": "current",
17                     "targets": [
18                         {
19                             "hide": false,
20                             "expr": "Sample Prometheus Query",
21                             "step": 1800,
22                             "legendFormat": "",
23                             "intervalFactor": 2,
24                             "refId": "A"
25                         }
26                     ]
27                 },
28                 {
29                     "content": "Sample Content"
30                 }
31             ],
32             "showTitle": false,
33             "collapse": true
34         }
35     ]
36 }