Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricData

Package version

interface

An interface representing MetricData. The metric data.

Hierarchy

  • MetricData

Index

Properties

average

average: number
member

{number} average The average of all sample for the given instance

count

count: number
member

{number} count The count of samples of the metric data available for the given instance

maximum

maximum: number
member

{number} maximum The maximum of all samples available

minimum

minimum: number
member

{number} minimum The minimum of all samples available

sum

sum: number
member

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

timeStamp

timeStamp: Date
member

{Date} timeStamp The time when the metric data is fetched

Generated using TypeDoc