-
Type: Investigation
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Not Needed
`connections.rejected` metric added to serverStatus output.
Description of Linked Ticket
As we improve our workload management, particularly around connection management, the server will sometimes reject incoming connections if it doesn't have the capacity to handle them. Let's add a counter to measure how many connections we've rejected for this reason. (Note this will let us see a time-series view of how many connections we reject for this reason over time in FTDC). Right now, it should be incremented when we reject connections due to reaching the maxConnecting limit, but there may be other places we'd like to increment it later.
- depends on
-
SERVER-64968 Add a global counter to measure how many ingress connections the server has rejected for workload management
- Closed