Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricValue

Package version

Represents a metric value.

Hierarchy

  • MetricValue

Index

Properties

Optional average

average: undefined | number

the average value in the time range.

Optional count

count: undefined | number

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

Optional maximum

maximum: undefined | number

the greatest value in the time range.

Optional minimum

minimum: undefined | number

the least value in the time range.

timeStamp

timeStamp: Date

the timestamp for the metric value in ISO 8601 format.

Optional total

total: undefined | number

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

Generated using TypeDoc