MetricData interface

The metric data.

Properties

average

The average of all sample for the given instance

count

The count of samples of the metric data available for the given instance

maximum

The maximum of all samples available

minimum

The minimum of all samples available

sum

The sum of all the samples available in the given instance of time for the specific metric data

timeStamp

The time when the metric data is fetched

Property Details

average

The average of all sample for the given instance

average: number

Property Value

number

count

The count of samples of the metric data available for the given instance

count: number

Property Value

number

maximum

The maximum of all samples available

maximum: number

Property Value

number

minimum

The minimum of all samples available

minimum: number

Property Value

number

sum

The sum of all the samples available in the given instance of time for the specific metric data

sum: number

Property Value

number

timeStamp

The time when the metric data is fetched

timeStamp: Date

Property Value

Date