Matthias Wirtz 5 kuukautta sitten
vanhempi
commit
82cad16089
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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"
         }