Package com.inductiveautomation.ignition.gateway.metrics
package com.inductiveautomation.ignition.gateway.metrics
-
ClassDescriptionUse to add context to a HealthCheck and include it on the Ignition Gateway's Diagnostic Overview page.Created by mattgross on 3/15/2016.A
Meter
implementation that delegates to anotherMeter
instance, while adding descriptive attributes.A timer implementation that delegates to another Timer instance, while adding descriptive attributes.An interface for Metrics that know how to describe themselves and their units.This class is mostly a copy of theRatioGauge
from the Metrics library.A ratio of one quantity to another.Helps to gather named metrics from the registry into a collection of IdentifiedHealthCheckResultsA pair of an ID and a health check result.A pair of a name and a metric.This builder helps build metrics that implementDescriptiveMetric
.Created by mattgross on 3/15/2016.Deprecated.since 8.3.0, use MetricsDashboardResource insteadUseful for contributing to multiple timers with a single auto-closeable.