TIBCO FTL®
Static Public Attributes | List of all members
TIBCO.FTL.Monitoring.MetricSemantics Class Reference

Metric semantics values. More...

Static Public Attributes

static readonly long COUNTER = 1
 
static readonly long GAUGE = 2
 
static readonly long MAX_RESET = 3
 
static readonly long NONE = 0
 

Detailed Description

Metric semantics values.

Enumerates the possible values for the metric semantics.

See also
FIELD_METRIC_SEMANTICS

Member Data Documentation

◆ 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.