Class MetricsRegistryImpl

java.lang.Object
org.infinispan.metrics.impl.MetricsRegistryImpl
All Implemented Interfaces:
Constants, MetricsRegistry

public class MetricsRegistryImpl extends Object implements MetricsRegistry
Concrete implementation of MetricsRegistry.

It uses MeterRegistry from micrometer. It can use the instance configured from MicrometerMeterRegistryConfiguration.meterRegistry() or, if not configured, it instantiates PrometheusMeterRegistry.