Skip to content

Commit 95392c1

Browse files
authored
Update gnmi-specification.md
Clarification in 3.5.1.5.2 On Change for counter type exclusion and heartbeat behaviors.
1 parent 3286739 commit 95392c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpc/gnmi/gnmi-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1602,7 +1602,7 @@ with one of the following `modes`:
16021602
- For all `ON_CHANGE` subscriptions, the target MUST first generate updates
16031603
for all paths that match the subscription path(s), and transmit them.
16041604
Following this initial set of updates, updated values SHOULD only be
1605-
transmitted when their value changes.
1605+
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.
16061606
- A heartbeat interval MAY be specified along with an "on change"
16071607
subscription - in this case, the value of the data item(s) MUST be re-sent
16081608
once per heartbeat interval regardless of whether the value has changed or

0 commit comments

Comments
 (0)