Matthias Wirtz před 5 měsíci
rodič
revize
82cad16089
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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"
         }