Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 1489773

Browse files
refactor: resources dashboard comtainer functions
added: - containerDiskWritesPanel - containerDiskReadsPanel - containerDiskSpaceUtilization ...and other support and query whitespace.
1 parent 9019a47 commit 1489773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-mixin/dashboards/reads-resources.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ local utils = import 'mixin-utils/utils.libsonnet';
107107
)
108108
.addPanel(
109109
$.containerDiskReadsPanel('Disk Reads', 'store-gateway'),
110+
)
110111
.addPanel(
111112
$.containerDiskSpaceUtilization('Disk Space Utilization', 'store-gateway'),
112-
113113
)
114114
) + {
115115
templating+: {

0 commit comments

Comments
 (0)