Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions grafana/dashboard/dev/hummock_read.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
[
Expand All @@ -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.",
Expand Down
Loading