Skip to content

Commit d188ea6

Browse files
committed
ui: add two missing categories to Disk Write Breakdown graph
Add two missing I/O write categories to the storage dashboard's 'Disk Write Breakdown' graph: pebble-manifest and pebble-blob-file-rewrite. Epic: none Release note: none
1 parent f9ba117 commit d188ea6

File tree

1 file changed

+2
-0
lines changed
  • pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards

1 file changed

+2
-0
lines changed

pkg/ui/workspaces/db-console/src/views/cluster/containers/nodeGraphs/dashboards/storage.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,8 +356,10 @@ export default function (props: GraphDashboardProps) {
356356
<Axis units={AxisUnits.Bytes} label="bytes">
357357
{[
358358
"pebble-wal",
359+
"pebble-blob-file-rewrite",
359360
"pebble-compaction",
360361
"pebble-ingestion",
362+
"pebble-manifest",
361363
"pebble-memtable-flush",
362364
"raft-snapshot",
363365
"encryption-registry",

0 commit comments

Comments
 (0)