public class JettyServerThreadPoolMetricsBinder extends Object implements ApplicationListener<ApplicationStartedEvent>
JettyServerThreadPoolMetrics in response to the
ApplicationStartedEvent.| Constructor and Description |
|---|
JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) |
JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry,
Iterable<io.micrometer.core.instrument.Tag> tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
onApplicationEvent(ApplicationStartedEvent event) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforPayloadpublic JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry)
public JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry,
Iterable<io.micrometer.core.instrument.Tag> tags)
public void onApplicationEvent(ApplicationStartedEvent event)
onApplicationEvent in interface ApplicationListener<ApplicationStartedEvent>