Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MetricSample

Represents a single metric sample.

since

6.10

Hierarchy

  • MetricSample

Index

Properties

labelNames

labelNames: string[]

the list of label names

labelValues

labelValues: string[]

the list of label values for the metric sample. The nth label value corresponds to the nth label name.

name

name: string

the name of the metric sample

Optional timestamp

timestamp: Long

optional timestamp for the metric sample if present

value

value: number

the value of the metric sample