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: doc/TAM/SAI-Proposal-TAM-stream-telemetry.md
+68Lines changed: 68 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,10 +77,12 @@ The existing telemetry solution relies on a process to proactively query stats a
77
77
- The vendor SDK should support querying the minimal polling interval for each counter.
78
78
- When reconfiguring any stream settings, whether it is the polling interval or the stats list, the existing stream will be interrupted and regenerated.
79
79
- If any of monitored objects is deleted, the existing stream will be interrupted and regenerated.
80
+
- The collector is designed to handle single-cycle counter rollovers; however, vendors must ensure that the data does not roll over twice between two collection intervals.
80
81
81
82
### Phase 2
82
83
83
84
- Supports updating configuration without interrupting the telemetry stream
85
+
- Support stats of tam telemetry for debugging purpose
0 commit comments