Jagger
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
boolean com.griddynamics.jagger.engine.e1.collector.MetricAggregatorSettings.isNormalizeOnFullMeasuredInterval ( )

Getter for normalization strategy (false - normalize by current aggregation interval, true - by time from beginning of the test.

Returns
false if normalizing by aggregation interval, true - by time from test beginning

Definition at line 69 of file MetricAggregatorSettings.java.

69  {
70  return normalizeOnFullMeasuredInterval;
71  }