statistic property

MetricStatistic? statistic
final

The statistic of the utilization metric.

The following statistics are available:

  • Average - This is the value of Sum / SampleCount during the specified period, or the average value observed during the specified period.
  • Maximum - The highest value observed during the specified period. Use this value to determine high volumes of activity for your application.

Implementation

final MetricStatistic? statistic;