Skip to content

Commit 7463e8d

Browse files
committed
scylla-detailed rename the active and queued read correctly
(cherry picked from commit 8f3ebba)
1 parent d3289cc commit 7463e8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

grafana/scylla-detailed.template.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
"step": 1
350350
}
351351
],
352-
"title": "Active sstable reads"
352+
"title": "Active reads"
353353
},
354354
{
355355
"class": "reads_panel",
@@ -364,7 +364,7 @@
364364
}
365365
],
366366
"description": "number of currently queued read operations",
367-
"title": "Queued sstable reads"
367+
"title": "Queued reads"
368368
},
369369
{
370370
"class": "writes_panel",

0 commit comments

Comments
 (0)