You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: rpc/gnmi/gnmi-specification.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1602,7 +1602,7 @@ with one of the following `modes`:
1602
1602
- For all `ON_CHANGE` subscriptions, the target MUST first generate updates
1603
1603
for all paths that match the subscription path(s), and transmit them.
1604
1604
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.
1606
1606
- A heartbeat interval MAY be specified along with an "on change"
1607
1607
subscription - in this case, the value of the data item(s) MUST be re-sent
1608
1608
once per heartbeat interval regardless of whether the value has changed or
0 commit comments