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;
6868 + var.query.withDatasourceFromVariable(self .datasource)
6969 + var.query.queryTypes.withLabelValues(
7070 'instance' ,
71- 'windows_system_system_up_time {%(clusterLabel)s="$cluster"}' % $._config
71+ 'windows_system_boot_time_timestamp_seconds {%(clusterLabel)s="$cluster"}' % $._config
7272 )
7373 + var.query.generalOptions.withLabel('instance' )
7474 + var.query.refresh.onTime()
Original file line number Diff line number Diff line change 99 record: 'node:windows_node:sum' ,
1010 expr: |||
1111 count by (%(clusterLabel)s) (
12- windows_system_system_up_time {%(windowsExporterSelector)s}
12+ windows_system_boot_time_timestamp_seconds {%(windowsExporterSelector)s}
1313 )
1414 ||| % $._config,
1515 },
You can’t perform that action at this time.
0 commit comments