Skip to content
Merged
Changes from 3 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
3 changes: 3 additions & 0 deletions rpc/gnmi/gnmi-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -1638,6 +1638,9 @@ with one of the following `modes`:
driven (e.g., the changing of state of an entity based on an external
trigger) then an `ON_CHANGE` subscription may be created, whereas if other
data represents counter values, a `SAMPLE` subscription may be created.
In addition to this, the target MAY decide the `sample_interval` for a
`SAMPLE` type of subscription under this mode, on a per-leaf basis. The target
MAY change the `sample_interval` dynamically without notifying the client.
Comment thread
ashu-ciena marked this conversation as resolved.
Outdated

##### 3.5.1.5.3 POLL Subscriptions

Expand Down