diff --git a/asset/grafana/quantus.json b/asset/grafana/quantus.json index b7fc524..d4d6f9d 100644 --- a/asset/grafana/quantus.json +++ b/asset/grafana/quantus.json @@ -9,7 +9,7 @@ ], "timezone": "browser", "schemaVersion": 39, - "version": 14, + "version": 15, "refresh": "30s", "time": { "from": "now-6h", @@ -1749,7 +1749,7 @@ }, "editorMode": "code", "refId": "C", - "expr": "histogram_quantile(0.1, sum by (preimage, le) (increase(quantus_block_gap_seconds_bucket{preimage!~\"all|other\"}[$__range])))", + "expr": "(histogram_quantile(0.1, sum by (preimage, le) (increase(quantus_block_gap_seconds_bucket{preimage!~\"all|other\"}[$__range])))) == (histogram_quantile(0.1, sum by (preimage, le) (increase(quantus_block_gap_seconds_bucket{preimage!~\"all|other\"}[$__range]))))", "instant": true, "range": false, "format": "table" @@ -1761,7 +1761,7 @@ }, "editorMode": "code", "refId": "D", - "expr": "histogram_quantile(0.5, sum by (preimage, le) (increase(quantus_block_timestamp_drift_seconds_bucket{preimage!~\"all|other\"}[$__range])))", + "expr": "(histogram_quantile(0.5, sum by (preimage, le) (increase(quantus_block_timestamp_drift_seconds_bucket{preimage!~\"all|other\"}[$__range])))) == (histogram_quantile(0.5, sum by (preimage, le) (increase(quantus_block_timestamp_drift_seconds_bucket{preimage!~\"all|other\"}[$__range]))))", "instant": true, "range": false, "format": "table" @@ -1898,6 +1898,10 @@ { "id": "min", "value": 0 + }, + { + "id": "fieldMinMax", + "value": true } ] },