Class CarrotMicroMeterIntegration

  • All Implemented Interfaces:
    AutoCloseable

    public class CarrotMicroMeterIntegration
    extends Object
    implements AutoCloseable
    A wrapper around a Micrometer MeterRegistry that allows to integrate Micrometer with Carrot. This wrapper is needed as otherwise the CarrotConfiguration class would have a dependency on Micrometer which is optional.
    • Constructor Detail

      • CarrotMicroMeterIntegration

        public CarrotMicroMeterIntegration​(io.micrometer.core.instrument.MeterRegistry meterRegistry)