Uses of Class
org.sentrysoftware.metricshub.engine.telemetry.metric.AbstractMetric
Packages that use AbstractMetric
Package
Description
-
Uses of AbstractMetric in org.sentrysoftware.metricshub.engine.telemetry
Methods in org.sentrysoftware.metricshub.engine.telemetry with type parameters of type AbstractMetricModifier and TypeMethodDescription<T extends AbstractMetric>
TGets a metric of the specified type by name.Methods in org.sentrysoftware.metricshub.engine.telemetry that return AbstractMetricModifier and TypeMethodDescriptionMetricFactory.collectMetricUsingConnector(Connector connector, Monitor monitor, long strategyTime, String metricName, String metricValue) This method collects a metric using the connector metricsGet a metric by metric nameMethods in org.sentrysoftware.metricshub.engine.telemetry with parameters of type AbstractMetricModifier and TypeMethodDescriptionvoidMonitor.addMetric(String metricName, AbstractMetric metric) Add a new metric in the map of metrics -
Uses of AbstractMetric in org.sentrysoftware.metricshub.engine.telemetry.metric
Subclasses of AbstractMetric in org.sentrysoftware.metricshub.engine.telemetry.metricModifier and TypeClassDescriptionclassThe NumberMetric class represents a numeric metric in the telemetry system.classThe `StateSetMetric` class represents a metric that holds a state value from a predefined set of states.