Package version:

The metric data.

Hierarchy

  • MetricData

Properties

average?: number

The average of all samples at the time stamp.

count?: number

The count of all samples at the time stamp.

maximum?: number

The maximum of all samples at the time stamp.

minimum?: number

The minimum of all samples at the time stamp.

sum?: number

The sum of all samples at the time stamp.

timeStamp?: Date

The time stamp of the metric data.

Generated using TypeDoc