Hi everyone,

I'm looking to implement a rate limit interceptor for my gRPC services, 
allowing for custom rate limiting based on the service's latency. I don't 
need any advanced rate limit rules, just evaluating how many connections 
have been made in total (no IP-based checks). I need to do this in both 
Python and Go for my application. I was wondering if there is a way to 
access the connection information of the server in order to see how many 
connections the server is currently responding to? Alternatively, does 
anyone have any suggestions for an alternate approach to this?

Thanks in advance,
Nic

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/d939d5bb-eb1a-4cab-98e6-68a4cd59cd1fn%40googlegroups.com.

Reply via email to