An enum like object that is the set of core metric types that all implementors of Metric are.
- Source:
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. |