Package com.mendix.metrics
-
Interface Summary Interface Description Counter Counters monitor monotonically increasing values.Counters Deprecated. Please useCore.metrics()
.Metrics.createCounter(String)
.Gauge Gauges record a value that may go up or down.Gauges Deprecated. Please useCore.metrics()
.Metrics.createGauge(String)
.Metric Provides the interface for building a metric.Metric.Builder<M extends Metric> Represents a builder for metric objects.Metrics The metrics API gives access to creating metrics within Java Actions.Sets Deprecated. We don't support Sets anymore.Timer Timers record elapsed time.Timers Deprecated. Please useCore.metrics()
.Metrics.createTimer(String)
.