connect-go
connect-go copied to clipboard
How can I find out the number of connections to the server in interceptor?
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?