Class JettySslHandshakeMetricsBinder
java.lang.Object
org.springframework.boot.jetty.metrics.AbstractJettyMetricsBinder
org.springframework.boot.jetty.metrics.JettySslHandshakeMetricsBinder
- All Implemented Interfaces:
EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.context.event.ApplicationStartedEvent>
AbstractJettyMetricsBinder for JettySslHandshakeMetrics.- Since:
- 4.0.0
-
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 org.springframework.context.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
-