Class JettyServerThreadPoolMetricsBinder
java.lang.Object
org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
org.springframework.boot.actuate.metrics.web.jetty.JettyServerThreadPoolMetricsBinder
- All Implemented Interfaces:
EventListener
,ApplicationListener<ApplicationStartedEvent>
AbstractJettyMetricsBinder
for JettyServerThreadPoolMetrics
.- Since:
- 2.1.0
- Author:
- Andy Wilkinson
-
Constructor Summary
ConstructorDescriptionJettyServerThreadPoolMetricsBinder
(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 void
bindMetrics
(org.eclipse.jetty.server.Server server) Methods inherited from class org.springframework.boot.actuate.metrics.web.jetty.AbstractJettyMetricsBinder
onApplicationEvent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.context.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:
bindMetrics
in classAbstractJettyMetricsBinder
-