Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Metric

Package version

Properties of a Metric which has one or more timeseries

Hierarchy

  • Metric

Index

Properties

Properties

descriptor

descriptor: MetricDescriptor

The descriptor of the Metric. This is an optimization for network wire size, from data-model perspective a Metric contains always a MetricDescriptor. In case of a streaming RPC can be sent only the first time a metric is reported to save network traffic.

timeseries

timeseries: TimeSeries[]

One or more timeseries for a single metric, where each timeseries has one or more points.

Generated using TypeDoc