Skip to content

Commit

Permalink
net: adjust rejected connection metric help text
Browse files Browse the repository at this point in the history
Adjust the existing metric text to clarify that is connections
rejected for hitting the connection count cap, not the connection
rate limit cap (as we are shortly introducing a metric for the
latter).

Ref CORE-6827.
  • Loading branch information
travisdowns committed Aug 8, 2024
1 parent ab27937 commit daf4917
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v/net/probes.cc
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ void server_probe::setup_metrics(
"connections_rejected",
[this] { return _connections_rejected; },
sm::description(ssx::sformat(
"{}: Number of connections rejected for hitting connection limits",
"{}: Number of connection attempts rejected for hitting open "
"connection count limits",
proto))),
sm::make_counter(
"requests_completed",
Expand Down

0 comments on commit daf4917

Please sign in to comment.