Description
proxy.process.http.current_client_connections and proxy.process.http.total_client_connections are inaccurate once you introduction SPDY and HTTP2. The connections counts will be incremented once per stream, not once per connection.
You can use the spdy and http2 specific counts to fix up the number, but we should go ahead and fix this directly. Once ts-3612 is present, the HTTP1.1 session protocol is separated out of the HTTP state machine making the fix relatively straight forward.
Attachments
Issue Links
- depends upon
-
TS-3612 Restructure Proxy Client Sessions to support transaction oriented Sessions execute transaction hooks and connection oriented Sessions execute session hooks
- Closed