connect-go icon indicating copy to clipboard operation
connect-go copied to clipboard

How can I find out the number of connections to the server in interceptor?

Open blackmarllbor0 opened this issue 8 months ago • 1 comments

To collect metrics I first tried to use otel-connect, but it did not fit the functionality, and I started to make my own interceptor, and faced the problem of getting active connections to the server. How can I find out how many active connections there are now and how can I monitor if a connection has been disconnected?

blackmarllbor0 avatar Jul 01 '24 18:07 blackmarllbor0