Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Matthew Wear <[email protected]>
  • Loading branch information
jaronoff97 and mwear authored May 7, 2024
1 parent 0655586 commit 7cb4ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proto/opamp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ message OpAMPConnectionSettings {
//
// A Polling-based HTTP Client MUST use the value as polling interval.
//
// A heartbeat is used to keep a load balancer connection active AND inform the server that the Agent
// A heartbeat is used to keep a load balancer connection active and inform the server that the Agent
// is still alive and active.
//
// This field is optional:
Expand Down
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1867,7 +1867,7 @@ message. At a minimum the instance_uid field MUST be set. It is recommended that
also set ComponentHealth as well. An HTTP based-client MUST use the heartbeat interval as
its polling interval.

A heartbeat is used to keep a load balancer connection active AND inform the server that
A heartbeat is used to keep a load balancer connection active and inform the server that
the Agent is still alive and active. A server could use the heartbeat to make decisions about
the liveness of the connected Agent.

Expand Down

0 comments on commit 7cb4ecc

Please sign in to comment.