Package eu.rarogsoftware.rarog.platform.api.metrics
package eu.rarogsoftware.rarog.platform.api.metrics
-
ClassDescriptionBaseMetricSettings<T extends BaseMetricSettings>Base for all metric settings containing common settings like name, description, etc.BasicMetric<T extends BasicMetric<T>>Basic interface for metric that can have labels (dimensions).Counter metric to track counts of events or running totals.Gauge metric, to report instantaneous values.Represents an event being timed.Histogram metric, to track distributions of events.Represents an event being timed.Histogram metric settings.Info metric, key-value pairs.Object representing samples from specific metric.Type of metric.The most common settings of metric.Service for creating and managing metrics in system.Single metric sample.