Class AbstractRegistry

java.lang.Object
io.helidon.metrics.api.AbstractRegistry
All Implemented Interfaces:
Registry, MetricRegistry

public abstract class AbstractRegistry extends Object implements Registry
Common behavior for any category (e.g., full-featured or no-op) metrics registry.

This class provides the bookkeeping for tracking the metrics which are created and registered along with their IDs and metadata. Concrete subclasses create new instances of the various types of metrics (counter, timer, etc.).