Package io.micrometer.spring.web.jetty
Class JettyServerThreadPoolMetricsBinder
- java.lang.Object
-
- io.micrometer.spring.web.jetty.JettyServerThreadPoolMetricsBinder
-
- All Implemented Interfaces:
java.util.EventListener,org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>
public class JettyServerThreadPoolMetricsBinder extends java.lang.Object implements org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationReadyEvent>BindsJettyServerThreadPoolMetricsin response to theApplicationReadyEvent.- Since:
- 1.1.0
-
-
Constructor Summary
Constructors Constructor Description JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry)JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry, java.lang.Iterable<io.micrometer.core.instrument.Tag> tags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonApplicationEvent(org.springframework.boot.context.event.ApplicationReadyEvent event)
-
-
-
Constructor Detail
-
JettyServerThreadPoolMetricsBinder
public JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry)
-
JettyServerThreadPoolMetricsBinder
public JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry, java.lang.Iterable<io.micrometer.core.instrument.Tag> tags)
-
-