Release v1.19.4#759
Merged
Merged
Conversation
* WAN live chart: dedupe SNMP samples by timestamp, poll at 2.5s The live chart polled the 5s SNMP cache on its own 5s timer; the two clocks drift in phase so samples were periodically plotted twice or missed entirely. The endpoint now returns the SNMP sample timestamp, the chart stamps points with it and skips repeat reads, and the poll interval drops to 2.5s so every sample is seen at least once. * WAN live chart: require strictly newer sample time before plotting Overlapping live-stats fetches can resolve out of order; pushing an older sample after a newer one made the line double back on itself. * WAN live chart: advance sample watermark past reloaded history On mount and on background-tab refocus, loadHistory rebuilds the buffer but lastSampleTime only tracked live pushes, so the next poll could append a sample older than the last history point and the line doubled back at the seam.
With an enabled SQM config in the DB, a cold app start or a transient TC Monitor miss showed the "Not Deployed" pitch. Those paths now show an "Awaiting Status" state and keep polling; "Not Deployed" is reserved for when no enabled config exists.
… to the range selector (#762)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch release: drag-to-zoom on the monitoring stats charts, measurement transparency for device health readings, and live chart and SQM panel fixes.
Monitoring
Adaptive SQM