MetricData interface

The metric data.

Properties

average

The average of all samples at the time stamp.

count

The count of all samples at the time stamp.

maximum

The maximum of all samples at the time stamp.

minimum

The minimum of all samples at the time stamp.

sum

The sum of all samples at the time stamp.

timeStamp

The time stamp of the metric data.

Property Details

average

The average of all samples at the time stamp.

average?: number

Property Value

number

count

The count of all samples at the time stamp.

count?: number

Property Value

number

maximum

The maximum of all samples at the time stamp.

maximum?: number

Property Value

number

minimum

The minimum of all samples at the time stamp.

minimum?: number

Property Value

number

sum

The sum of all samples at the time stamp.

sum?: number

Property Value

number

timeStamp

The time stamp of the metric data.

timeStamp?: Date

Property Value

Date