]> git.sesse.net Git - nageru/commitdiff
Add the GPU memory metrics to the Grafana dashboard.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Apr 2018 14:51:07 +0000 (16:51 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 28 Apr 2018 14:51:07 +0000 (16:51 +0200)
Nageru-Grafana.json

index 5a16b44e0763db084874d5324c027f4422776ad6..ab512db9100273b350828bf504e4975952d93b41 100644 (file)
@@ -58,7 +58,7 @@
   "gnetId": null,
   "graphTooltip": 0,
   "id": null,
-  "iteration": 1524926525802,
+  "iteration": 1524926525805,
   "links": [],
   "panels": [
     {
       "datasource": "${DS_EXAMPLE}",
       "gridPos": {
         "h": 7,
-        "w": 8,
-        "x": 8,
-        "y": 22
+        "w": 24,
+        "x": 0,
+        "y": 29
       },
       "heatmap": {},
       "highlightCards": true,
         "h": 7,
         "w": 8,
         "x": 16,
-        "y": 22
+        "y": 36
       },
       "id": 62,
       "legend": {
         "h": 1,
         "w": 24,
         "x": 0,
-        "y": 29
+        "y": 43
       },
       "id": 67,
       "panels": [],
         "h": 7,
         "w": 12,
         "x": 0,
-        "y": 30
+        "y": 44
       },
       "id": 2,
       "legend": {
         "h": 7,
         "w": 12,
         "x": 0,
-        "y": 37
+        "y": 51
       },
       "id": 20,
       "legend": {
         "h": 7,
         "w": 8,
         "x": 0,
-        "y": 44
+        "y": 58
       },
       "id": 14,
       "legend": {
           "legendFormat": "Max locked",
           "refId": "B",
           "step": 30
+        },
+        {
+          "expr": "nageru_memory_gpu_used_bytes{instance=~\"$instance\"} ",
+          "format": "time_series",
+          "intervalFactor": 1,
+          "legendFormat": "GPU used",
+          "refId": "C"
+        },
+        {
+          "expr": "nageru_memory_gpu_total_bytes{instance=~\"$instance\"} ",
+          "format": "time_series",
+          "interval": "",
+          "intervalFactor": 1,
+          "legendFormat": "GPU max",
+          "refId": "D"
         }
       ],
       "thresholds": [],
   "timezone": "browser",
   "title": "Nageru",
   "uid": "UML0ZDMmz",
-  "version": 4
+  "version": 5
 }