Package io.micrometer.core.instrument.binder.jetty
@NonNullApi
package io.micrometer.core.instrument.binder.jetty
Meter binders for Jetty.
-
ClassDescriptionDefault implementation of
JettyClientObservationConvention
.AQueuedThreadPool
that binds metrics about the Jetty server thread pool.Context to use when instrumenting Jetty client metrics with the Observation API.Factory methods forKeyValue
associated with a request-response exchange that is handled by JettyHttpClient
.Provides request metrics for JettyHttpClient
, configured as aRequest.Listener
.Convention used with Jetty client instrumentationJettyClientMetrics
.ObservationDocumentation
for the Jetty HTTP client.Factory methods forTags
associated with a request-response exchange that is handled by JettyHttpClient
.ProvidesTags
for JettyHttpClient
request metrics.Jetty connection metrics.
MeterBinder
for JettyThreadPool
.Jetty SSL/TLS handshake metrics.
Deprecated.Since 1.4.0.Adapted from Jetty's StatisticsHandler.