Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rpc/gnmi/gnmi-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1602,7 +1602,7 @@ with one of the following `modes`:
- For all `ON_CHANGE` subscriptions, the target MUST first generate updates
for all paths that match the subscription path(s), and transmit them.
Following this initial set of updates, updated values SHOULD only be
transmitted when their value changes.
transmitted when their value changes with the exception of rapidly changing counter types. Counter type values SHOULD be transmitted upon the initial subscription update and at each heartbeat_interval if one is specified.
- A heartbeat interval MAY be specified along with an "on change"
subscription - in this case, the value of the data item(s) MUST be re-sent
once per heartbeat interval regardless of whether the value has changed or
Expand Down