public static interface Monitoring.MetricSemantics
Monitoring.FIELD_METRIC_SEMANTICS| Modifier and Type | Field and Description |
|---|---|
static long |
COUNTER
The metric has counter semantics: it is nondecreasing.
|
static long |
GAUGE
The metric has gauge semantics: it may increase and decrease.
|
static long |
MAX_RESET
The metric has gauge semantics, but the max is maintained in the Realm Server and is reset when scraped.
|
static long |
NONE
The metric has no semantics.
|
static final long NONE
static final long COUNTER
static final long GAUGE
static final long MAX_RESET