Matthias Wirtz 5 月之前
父節點
當前提交
82cad16089
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      assets/dashboards/ohm-prometheus.json

+ 2 - 1
assets/dashboards/ohm-prometheus.json

@@ -1574,7 +1574,8 @@
             "uid": "${DS_PROMETHEUS}"
           },
           "editorMode": "code",
-          "expr": "ohm_cpu_watts{instance=\"$instance\", sensor=~\".*Package\"} + ignoring(sensor, hw_instance, hardware) (ohm_gpunvidia_watts{instance=\"$instance\"} or ohm_gpuati_watts{instance=\"$instance\"})",          "legendFormat": "__auto",
+          "expr": "ohm_cpu_watts{instance=\"$instance\", sensor=~\".*Package\"} + ignoring(sensor, hw_instance, hardware) (ohm_gpunvidia_watts{instance=\"$instance\"} or ohm_gpuati_watts{instance=\"$instance\"})",
+          "legendFormat": "__auto",
           "range": true,
           "refId": "A"
         }