masaori335 opened a new pull request #8323: URL: https://github.com/apache/trafficserver/pull/8323
# Motivation Part of #7241. All [SNI Routing](https://docs.trafficserver.apache.org/en/9.0.x/admin-guide/layer-4-routing.en.html) tunnels are counted as "active" connections because we don't know the state of the protocol on the tunnel. However, these tunnels are actually "inactive" in some cases and we want to count only "active" tunnels. # New stats ``` proxy.process.tunnel.current_active_connections ``` A gauge of current active SNI Routing Tunnels. # New config ``` proxy.config.tunnel.activity_check_period ``` Frequency of checking the activity of SNI Routing Tunnel. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
