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 4052c22 commit aa2cdc3Copy full SHA for aa2cdc3
windows-observ-lib/panels.libsonnet
@@ -224,7 +224,7 @@ local utils = commonlib.utils;
224
Time offset: Absolute time offset between the system clock and the chosen time source, in seconds.
225
|||
226
)
227
- + g.panel.timeSeries.standardOptions.withUnit('seconds')
+ + g.panel.timeSeries.standardOptions.withUnit('s')
228
+ g.panel.timeSeries.standardOptions.withNoValue('No data. Please check that "time" collector is enabled.'),
229
cpuCount: commonlib.panels.cpu.stat.count.new(targets=[t.cpuCount]),
230
cpuUsageTs: commonlib.panels.cpu.timeSeries.utilization.new(targets=[t.cpuUsage]),
0 commit comments