Github user shinrich commented on a diff in the pull request:
https://github.com/apache/trafficserver/pull/762#discussion_r75564926
--- Diff: proxy/http/HttpConfig.cc ---
@@ -809,6 +809,8 @@ register_stat_callbacks()
(int)https_incoming_requests_stat,
RecRawStatSyncCount);
RecRegisterRawStat(http_rsb, RECT_PROCESS,
"proxy.process.https.total_client_connections", RECD_COUNTER, RECP_PERSISTENT,
(int)https_total_client_connections_stat,
RecRawStatSyncCount);
+ RecRegisterRawStat(http_rsb, RECT_PROCESS,
"proxy.process.http.origin_connections_throttled", RECD_COUNTER,
RECP_PERSISTENT,
--- End diff --
Actually the throttling limit affects both incoming and outgoing
connections. I could create origin_connections_throttled_in and
origin_connections_throttled out.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---