Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricDataPoint

Package version

Metric data single measurement.

Hierarchy

  • MetricDataPoint

Index

Properties

Optional count

count: undefined | number

Metric weight of the aggregated metric. Should not be set for a measurement.

Optional dataPointType

dataPointType: DataPointType

Metric type. Single measurement or the aggregated value.

Optional max

max: undefined | number

Maximum value of the aggregated metric. Should not be set for a measurement.

Optional min

min: undefined | number

Minimum value of the aggregated metric. Should not be set for a measurement.

name

name: string

Name of the metric.

Optional namespace

namespace: undefined | string

Namespace of the metric.

Optional stdDev

stdDev: undefined | number

Standard deviation of the aggregated metric. Should not be set for a measurement.

value

value: number

Single value for measurement. Sum of individual measurements for the aggregation.

Generated using TypeDoc