Class TomcatMetricsBinder

java.lang.Object
org.springframework.boot.tomcat.metrics.TomcatMetricsBinder
All Implemented Interfaces:
EventListener, DisposableBean, ApplicationListener<ApplicationStartedEvent>

public class TomcatMetricsBinder extends Object implements ApplicationListener<ApplicationStartedEvent>, DisposableBean
Binds TomcatMetrics in response to the ApplicationStartedEvent.
Since:
4.0.0
Author:
Andy Wilkinson
  • Constructor Details

    • TomcatMetricsBinder

      public TomcatMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry)
    • TomcatMetricsBinder

      public TomcatMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry, Iterable<io.micrometer.core.instrument.Tag> tags)
  • Method Details