Class JettyServerThreadPoolMetricsBinder
java.lang.Object
org.springframework.boot.jetty.metrics.AbstractJettyMetricsBinder
org.springframework.boot.jetty.metrics.JettyServerThreadPoolMetricsBinder
- All Implemented Interfaces:
EventListener, ApplicationListener<ApplicationStartedEvent>
AbstractJettyMetricsBinder for JettyServerThreadPoolMetrics.- Since:
- 4.0.0
- Author:
- Andy Wilkinson
-
Constructor Summary
ConstructorsConstructorDescriptionJettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry, Iterable<io.micrometer.core.instrument.Tag> tags) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbindMetrics(org.eclipse.jetty.server.Server server) Methods inherited from class AbstractJettyMetricsBinder
onApplicationEventMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ApplicationListener
supportsAsyncExecution
-
Constructor Details
-
JettyServerThreadPoolMetricsBinder
public JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) -
JettyServerThreadPoolMetricsBinder
public JettyServerThreadPoolMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry, Iterable<io.micrometer.core.instrument.Tag> tags)
-
-
Method Details
-
bindMetrics
protected void bindMetrics(org.eclipse.jetty.server.Server server) - Specified by:
bindMetricsin classAbstractJettyMetricsBinder
-