Fixed
Details
Assignee
Jesse WhiteJesse WhiteReporter
Jesse WhiteJesse WhiteSprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Jesse White
Jesse WhiteReporter
Jesse White
Jesse WhiteSprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created April 2, 2019 at 8:27 PM
Updated April 5, 2019 at 1:44 PM
Resolved April 5, 2019 at 1:44 PM
Using the Measurements API we would like to be able to get the total number of errors on an interface in a given time range. The number of errors are collected and stored counters which means that the the Measurement API will return the rate of errors (errors per second) when generating the result sets.
In order to get the total number of errors we need to multiply the rate by the step, but the value of the step is not available in the expression context.