Details
Description
After TS-3612, proxy session and proxy transaction is separated explicitly. But some metrics names are confusing and inconsistent.
e.g.
- proxy.process.http.current_active_client_connections includes number of active client HTTP/2 streams. But, HTTP/2 stream is a kind of transaction.
- proxy.process.http.current_client_connections for HTTP/1.1 and HTTP/2 but proxy.process.http2.current_client_sessions for HTTP/2