The incoming data is sorted into time periods based on the timestamp value of the KDR
UDRs. The KPIs are calculated and generated according to these periods.
windowSize
defines the length of the periods in same time unit as the KDR timestamp.
A flooring algorithm is applied to timestamps in order to select the start time of a period:
period start = kdr.timestamp - (kdr.timestamp mod windowSize)
Note |
---|
|
When the value of aggregated-output is false , kpi objects in your service model may have different window sizes. However, when the value of aggregated-output is true, all kpi objects in the model must have the same window size. |