summaryrefslogtreecommitdiffstats
path: root/monitor/custom-query-dashboard.json
blob: 8ee83570ab5979c353487c184af49d51c39c7371 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
    "rows": [
        {
            "repeat": null,
            "titleSize": "h6",
            "repeatIteration": null,
            "title": "Dashboard Row",
            "height": 150,
            "repeatRowId": null,
            "panels": [
                {
                    "title": "Memory Usage per Container",
                    "aliasColors": {},
                    "id": 31,
                    "cacheTimeout": null,
                    "valueName": "current",
                    "targets": [
                        {
                            "hide": false,
                            "expr": "Pre-existing Query",
                            "step": 1800,
                            "legendFormat": "",
                            "intervalFactor": 2,
                            "refId": "A"
                        }
                    ]
                },
                {
                    "content": "Sample Content"
                }
            ],
            "showTitle": false,
            "collapse": true
        }
    ]
}