cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Sum per minute aggregation for plugin data

Dynatrace stores samples in one minute slots. when you request max aggregation for 10 minute period, we look for maximum in set of 10 maxes in each minute, Here it was ten times 68, so the result is 68.

With sum aggregation you simply get sum of all samples. Currently It is not possible get average sum per minute.

1 REPLY 1

chase_hulderma1
Inactive

You'd need to implement this yourself. You'd pull the average using series queryMode and then evaluate all 10 elements in the series.

If I'm understanding what you're asking.

Featured Posts