Fixed
Details
Assignee
Jesse WhiteJesse WhiteReporter
Jesse WhiteJesse WhiteLabels
Components
Sprint
NoneFix versions
Affects versions
Priority
Major
Details
Details
Assignee
Jesse White
Jesse WhiteReporter
Jesse White
Jesse WhiteLabels
Components
Sprint
None
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created March 30, 2017 at 8:23 AM
Updated April 4, 2017 at 1:49 PM
Resolved April 4, 2017 at 9:51 AM
When tracking a counter, it's value is typically reset to 0 when the device is restarted. When aggregating these values in Newts, a counter wrap is detected, leading to extremely large values (in the petabytes range), which can cause spikes in graphs. This distorts the graphs, and makes it difficult to see the other values.
The help remedy this problem with other persistence strategies, we have created tools like the https://wiki.opennms.org/wiki/JRobin_Spike_Hunter.
Since, Newts performs late aggregation, we could look at enhancing the "counter wrap" logic to help prevent these spikes.