فهرست منبع

Use 100 °C as soft max for temperature panels in sample dashboard

It's preferable to have a at a glance view of temperatures panels to
know which one is hot. By setting the soft max value they will all share
the same y-axis. One small difference is that soft max is preferred to
max as temperatures may exceed 100 degrees.

As for why 100 degrees was chosen: somewhat arbitrary. It's a nice round
number that components throttle around
Nick Babcock 3 سال پیش
والد
کامیت
76b3c3f913
1فایلهای تغییر یافته به همراه5 افزوده شده و 2 حذف شده
  1. 5 2
      assets/dashboards/ohm-prometheus.json

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

@@ -71,7 +71,7 @@
   "gnetId": null,
   "graphTooltip": 1,
   "id": null,
-  "iteration": 1635035755441,
+  "iteration": 1635542702180,
   "links": [],
   "liveNow": false,
   "panels": [
@@ -1553,6 +1553,7 @@
           "custom": {
             "axisLabel": "",
             "axisPlacement": "auto",
+            "axisSoftMax": 100,
             "barAlignment": 0,
             "drawStyle": "line",
             "fillOpacity": 10,
@@ -2069,6 +2070,7 @@
           "custom": {
             "axisLabel": "",
             "axisPlacement": "auto",
+            "axisSoftMax": 100,
             "barAlignment": 0,
             "drawStyle": "line",
             "fillOpacity": 10,
@@ -3087,6 +3089,7 @@
           "custom": {
             "axisLabel": "",
             "axisPlacement": "auto",
+            "axisSoftMax": 100,
             "barAlignment": 0,
             "drawStyle": "line",
             "fillOpacity": 10,
@@ -3113,7 +3116,6 @@
             }
           },
           "mappings": [],
-          "max": 100,
           "min": 0,
           "thresholds": {
             "mode": "absolute",
@@ -3371,6 +3373,7 @@
           "custom": {
             "axisLabel": "",
             "axisPlacement": "auto",
+            "axisSoftMax": 100,
             "barAlignment": 0,
             "drawStyle": "line",
             "fillOpacity": 10,