Class JettySslHandshakeMetricsBinder
java.lang.Object
org.springframework.boot.jetty.metrics.AbstractJettyMetricsBinder
org.springframework.boot.jetty.metrics.JettySslHandshakeMetricsBinder
- All Implemented Interfaces:
EventListener, ApplicationListener<ApplicationStartedEvent>
AbstractJettyMetricsBinder for JettySslHandshakeMetrics.- Since:
- 4.0.0
- Author:
- Chris Bono
-
Constructor Summary
ConstructorsConstructorDescriptionJettySslHandshakeMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) JettySslHandshakeMetricsBinder(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
-
JettySslHandshakeMetricsBinder
public JettySslHandshakeMetricsBinder(io.micrometer.core.instrument.MeterRegistry meterRegistry) -
JettySslHandshakeMetricsBinder
public JettySslHandshakeMetricsBinder(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
-