Metric semantics values.
More...
|
| static readonly long | COUNTER = 1 |
| |
| static readonly long | GAUGE = 2 |
| |
| static readonly long | MAX_RESET = 3 |
| |
| static readonly long | NONE = 0 |
| |
Metric semantics values.
Enumerates the possible values for the metric semantics.
- See also
- FIELD_METRIC_SEMANTICS
◆ COUNTER
| readonly long TIBCO.FTL.Monitoring.MetricSemantics.COUNTER = 1 |
|
static |
The metric has counter semantics: it is nondecreasing.
◆ GAUGE
| readonly long TIBCO.FTL.Monitoring.MetricSemantics.GAUGE = 2 |
|
static |
The metric has gauge semantics: it may increase and decrease.
◆ MAX_RESET
| readonly long TIBCO.FTL.Monitoring.MetricSemantics.MAX_RESET = 3 |
|
static |
The metric has gauge, but the maximum value is maintained in the Realm Server and is reset when scraped.
◆ NONE
| readonly long TIBCO.FTL.Monitoring.MetricSemantics.NONE = 0 |
|
static |
The metric has no semantics.