File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ local var = g.dashboard.variable;
68
68
+ var.query.withDatasourceFromVariable(self .datasource)
69
69
+ var.query.queryTypes.withLabelValues(
70
70
'instance' ,
71
- 'windows_system_system_up_time {%(clusterLabel)s="$cluster"}' % $._config
71
+ 'windows_system_boot_time_timestamp_seconds {%(clusterLabel)s="$cluster"}' % $._config
72
72
)
73
73
+ var.query.generalOptions.withLabel('instance' )
74
74
+ var.query.refresh.onTime()
Original file line number Diff line number Diff line change 9
9
record: 'node:windows_node:sum' ,
10
10
expr: |||
11
11
count by (%(clusterLabel)s) (
12
- windows_system_system_up_time {%(windowsExporterSelector)s}
12
+ windows_system_boot_time_timestamp_seconds {%(windowsExporterSelector)s}
13
13
)
14
14
||| % $._config,
15
15
},
You can’t perform that action at this time.
0 commit comments