Interface IMetricsRegistry
-
- All Known Implementing Classes:
MetricsRegistry
public interface IMetricsRegistry
Interface for the metrics registry.- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.micrometer.core.instrument.MeterRegistry
getMeterRegistry()
Get the meter registry.
-