Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.metrics.web.jetty |
Auto-configuration for Jetty actuator metrics.
|
org.springframework.boot.actuate.metrics.web.jetty |
Actuator support for Jetty metrics.
|
Class and Description |
---|
JettyConnectionMetricsBinder
AbstractJettyMetricsBinder for JettyConnectionMetrics . |
JettyServerThreadPoolMetricsBinder
AbstractJettyMetricsBinder for JettyServerThreadPoolMetrics . |
JettySslHandshakeMetricsBinder
AbstractJettyMetricsBinder for JettySslHandshakeMetrics . |
Class and Description |
---|
AbstractJettyMetricsBinder
Base class for binding Jetty metrics in response to an
ApplicationStartedEvent . |