Polish "Auto-configure Jetty connection and SSL metrics"

See gh-26418
This commit is contained in:
Andy Wilkinson
2021-07-13 12:32:38 +01:00
parent e6c43a32c8
commit d21f8df1ad
6 changed files with 72 additions and 80 deletions

View File

@@ -954,6 +954,7 @@ To disable the auto-configured connection pool metrics, set the following proper
[[actuator.metrics.supported.jetty]]
==== Jetty Metrics
Auto-configuration will bind metrics for Jetty's `ThreadPool` using Micrometer's `JettyServerThreadPoolMetrics`.
Metrics for Jetty's `Connector`s are bound using Micrometer's `JettyConnectionMetrics` and, in addition when configprop:server.ssl.enabled[] is set to `true`, Micrometer's `JettySslHandshakeMetrics`.