Skip to content

Commit aa2cdc3

Browse files
committed
Fix NTP delay units (thanks to linter)
1 parent 4052c22 commit aa2cdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-observ-lib/panels.libsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ local utils = commonlib.utils;
224224
Time offset: Absolute time offset between the system clock and the chosen time source, in seconds.
225225
|||
226226
)
227-
+ g.panel.timeSeries.standardOptions.withUnit('seconds')
227+
+ g.panel.timeSeries.standardOptions.withUnit('s')
228228
+ g.panel.timeSeries.standardOptions.withNoValue('No data. Please check that "time" collector is enabled.'),
229229
cpuCount: commonlib.panels.cpu.stat.count.new(targets=[t.cpuCount]),
230230
cpuUsageTs: commonlib.panels.cpu.timeSeries.utilization.new(targets=[t.cpuUsage]),

0 commit comments

Comments
 (0)