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
All metric fields are calculated through an aggregation (sum or avg). However, this is only for a given timestamp. On the next timestamp, new values will be used on the final aggregation and so on.
Because of this, the value for some field, 4XXError.sum for example, does not relate to the next 4XXError.sum field. The values are not cumulative over the different timestamps, and that is a requirement for a
What does this PR do?
All metric fields are calculated through an aggregation (
sumoravg). However, this is only for a given timestamp. On the next timestamp, new values will be used on the final aggregation and so on.Because of this, the value for some field,
4XXError.sumfor example, does not relate to the next4XXError.sumfield. The values are not cumulative over the different timestamps, and that is a requirement for a