Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jaronoff97 committed Jul 9, 2024
1 parent 3c92d98 commit d6abecf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions proto/opamp.proto
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ message OpAMPConnectionSettings {

// The Agent MUST periodically send an AgentToServer message if the
// AgentCapabilities_ReportsHeartbeat capability is true. At a minimum the instance_uid
// field MUST be set. It is recommended that the Agent also set ComponentHealth as well.
// field MUST be set.
//
// A Polling-based HTTP Client MUST use the value as polling interval.
//
Expand All @@ -276,7 +276,7 @@ message OpAMPConnectionSettings {
//
// This field is optional:
// if the capability is true but this field has no value, a default heartbeat interval of 30 seconds should be used.
optional uint64 heartbeat_interval_seconds = 4;
uint64 heartbeat_interval_seconds = 4;
}

// The TelemetryConnectionSettings message is a collection of fields which comprise an
Expand Down
2 changes: 1 addition & 1 deletion specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1872,7 +1872,7 @@ This field can be used to perform a client certificate revocation/rotation.

If the ReportsHeartbeat capability is true, the Client MUST use the offered heartbeat
interval to periodically send an AgentToServer message. At a minimum the instance_uid
field MUST be set. It is recommended that the Agent also set ComponentHealth as well.
field MUST be set.
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
Expand Down

0 comments on commit d6abecf

Please sign in to comment.