You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, pendingResponses are managed in GracefulShutdownSupport. It would be beneficial to manage all server-related metrics within ServerMetrics, which will be added in #5627.
Side note: the difference between activeRequests and pendingResponses is that the pendingResponses does not include the request count for transient services.
The text was updated successfully, but these errors were encountered:
Currently,
pendingResponses
are managed inGracefulShutdownSupport
. It would be beneficial to manage all server-related metrics withinServerMetrics
, which will be added in #5627.armeria/core/src/main/java/com/linecorp/armeria/server/Server.java
Lines 581 to 582 in 8678567
Side note: the difference between
activeRequests
andpendingResponses
is that thependingResponses
does not include the request count for transient services.The text was updated successfully, but these errors were encountered: