We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1d8bf commit cee0123Copy full SHA for cee0123
oracledb-mixin/dashboards/overview.libsonnet
@@ -1098,6 +1098,18 @@ local tablespaceSizePanel(matcher) = {
1098
allValues='.+',
1099
sort=1
1100
),
1101
+ template.new(
1102
+ 'cluster',
1103
+ promDatasource,
1104
+ 'label_values(oracledb_up, cluster)' % $._config,
1105
+ label='Cluster',
1106
+ refresh=2,
1107
+ includeAll=true,
1108
+ multi=true,
1109
+ allValues='.*',
1110
+ hide=if $._config.enableMultiCluster then '' else 'variable',
1111
+ sort=0
1112
+ ),
1113
template.new(
1114
name='instance',
1115
label='Instance',
0 commit comments