Revert "Add support for Reactor Netty Micrometer metrics"
This commit removes the support for Reactor Netty metrics since it seems that Spring Boot should not use this feature: * HTTP metrics are already covered by WebFlux * TCP metrics are only meant to TCP server/clients * allocator metrics are already provided by Netty and there is no specific API to enable them here. Closes gh-19388
This commit is contained in:
@@ -1813,7 +1813,6 @@ Spring Boot registers the following core metrics when applicable:
|
||||
* Logback metrics: record the number of events logged to Logback at each level
|
||||
* Uptime metrics: report a gauge for uptime and a fixed gauge representing the application's absolute start time
|
||||
* Tomcat metrics (`server.tomcat.mbeanregistry.enabled` must be set to `true` for all Tomcat metrics to be registered)
|
||||
* Reactor Netty metrics (TCP and allocator metrics for client and server)
|
||||
* {spring-integration-docs}system-management.html#micrometer-integration[Spring Integration] metrics
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user