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 ab84b9f commit 4052c22Copy full SHA for 4052c22
windows-observ-lib/panels.libsonnet
@@ -363,7 +363,7 @@ local utils = commonlib.utils;
363
targets=[t.osInfo],
364
description="System's hostname."
365
)
366
- { options+: { reduceOptions+: { fields: '/^hostname$/' } } },
+ { options+: { reduceOptions+: { fields: '/^instance$/' } } },
367
networkErrorsAndDroppedPerSec:
368
commonlib.panels.network.timeSeries.errors.new(
369
'Network errors and dropped packets',
0 commit comments