Skip to content

Commit

Permalink
backport of commit 29b1e55 (#19655)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Capurso <1036769+ccapurso@users.noreply.github.com>
  • Loading branch information
1 parent 1e7c7b3 commit 838b5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vault/hcp_link/capabilities/node_status/node_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func (c *NodeStatusReporter) GetNodeStatus(ctx context.Context) (retStatus nodes
ReplicationState: replState.StateStrings(),
Hostname: hostInfo.Hostname,
ListenerAddresses: listenerAddresses,
OperatingSystem: hostInfo.OS,
OperatingSystem: hostInfo.Platform,
OperatingSystemVersion: hostInfo.PlatformVersion,
LogLevel: node_status.LogLevel(logLevel),
ActiveTime: timestamppb.New(c.NodeStatusGetter.ActiveTime()),
Expand Down

0 comments on commit 838b5a3

Please sign in to comment.