MetricValue interface

Represents a metric value.

Properties

average

The average value in the time range.

count

The number of samples in the time range. Can be used to determine the number of values that contributed to the average value.

maximum

The greatest value in the time range.

minimum

The least value in the time range.

timeStamp

The timestamp for the metric value in ISO 8601 format.

total

The sum of all of the values in the time range.

Property Details

average

The average value in the time range.

average?: number

Property Value

number

count

The number of samples in the time range. Can be used to determine the number of values that contributed to the average value.

count?: number

Property Value

number

maximum

The greatest value in the time range.

maximum?: number

Property Value

number

minimum

The least value in the time range.

minimum?: number

Property Value

number

timeStamp

The timestamp for the metric value in ISO 8601 format.

timeStamp: Date

Property Value

Date

total

The sum of all of the values in the time range.

total?: number

Property Value

number