From 231535207dec743281ff689de6966f05f88fcb86 Mon Sep 17 00:00:00 2001 From: noel Date: Wed, 5 Nov 2025 16:48:22 +0800 Subject: [PATCH] update storage metrics --- grafana/dashboard/dev/hummock_read.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grafana/dashboard/dev/hummock_read.py b/grafana/dashboard/dev/hummock_read.py index 24aaaec31fe88..e053cd5525e30 100644 --- a/grafana/dashboard/dev/hummock_read.py +++ b/grafana/dashboard/dev/hummock_read.py @@ -114,7 +114,7 @@ def _(outer_panels: Panels): ), ], ), - panels.timeseries_latency( + panels.timeseries_percentage( "Read Duration - Get", "Histogram of the latency of Get operations that have been issued to the state store.", [ @@ -134,7 +134,7 @@ def _(outer_panels: Panels): ), ], ), - panels.timeseries_latency( + panels.timeseries_percentage( "Read Duration - Iter", "Histogram of the time spent on iterator initialization." "Histogram of the time spent on iterator scanning.",