Skip to content

Commit

Permalink
Reword comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
maru-ava committed Jan 16, 2025
1 parent 671a3fc commit 3fcd680
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/fixture/tmpnet/node_process.go
Original file line number Diff line number Diff line change
Expand Up @@ -247,9 +247,9 @@ func (p *NodeProcess) getProcess() (*os.Process, error) {
func (p *NodeProcess) writeMonitoringConfig() error {
// Ensure labeling that uniquely identifies the node and its network
commonLabels := FlagsMap{
// Explicitly setting a instance label avoids the use of the
// node's URI which may change on restart and preclude the
// continuity of collected metrics.
// Explicitly setting a instance label avoids the default
// behavior of using the node's URI which may change on
// restart and preclude the continuity of collected metrics.
"instance": p.node.GetUniqueID(),
"network_uuid": p.node.NetworkUUID,
"node_id": p.node.NodeID,
Expand Down

0 comments on commit 3fcd680

Please sign in to comment.