Skip to content

Commit 1a97203

Browse files
committed
Increase size of status rows
1 parent 2ea3ed2 commit 1a97203

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kafka-observ-lib/rows.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ local commonlib = import 'common-lib/common/main.libsonnet';
1919
panels.replicaManager.underReplicatedPartitionsStat { gridPos+: { w: 3, h: 4 } },
2020
panels.replicaManager.underMinISRPartitionsStat { gridPos+: { w: 3, h: 4 } },
2121
// status rows
22-
panels.cluster.clusterRoles { gridPos+: { w: 24, h: 7 } },
22+
panels.cluster.clusterRoles { gridPos+: { w: 24, h: 10 } },
2323
]
2424
),
2525
throughput:

0 commit comments

Comments
 (0)