Class PrometheusRegistry

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

public class PrometheusRegistry extends Object
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.