Skip to content

Commit 4052c22

Browse files
committed
windows: Use instance label for hostname in hostname panel
1 parent ab84b9f commit 4052c22

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
@@ -363,7 +363,7 @@ local utils = commonlib.utils;
363363
targets=[t.osInfo],
364364
description="System's hostname."
365365
)
366-
{ options+: { reduceOptions+: { fields: '/^hostname$/' } } },
366+
{ options+: { reduceOptions+: { fields: '/^instance$/' } } },
367367
networkErrorsAndDroppedPerSec:
368368
commonlib.panels.network.timeSeries.errors.new(
369369
'Network errors and dropped packets',

0 commit comments

Comments
 (0)