Interface: MetricTypes

MetricTypes

An enum like object that is the set of core metric types that all implementors of Metric are.

Properties:
Name Type Description
The COUNTER

type for Counters.

The GAUGE

type for Gauges.

The HISTOGRAM

type for Histograms.

The METER

type for Meters.

The TIMER

type for Timers.

Source: