Skip to content

Commit

Permalink
user Platform from host info for node status OS (#19611)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccapurso authored Mar 21, 2023
1 parent df6a4a8 commit 29b1e55
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 @@ -77,7 +77,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 29b1e55

Please sign in to comment.