stefanprodan / WebApiThrottle

ASP.NET Web API rate limiter for IIS and Owin hosting
MIT License
1.28k stars 274 forks source link

List current throttle statistics #139

Open nelsonad opened 4 years ago

nelsonad commented 4 years ago

Hello. I'd like to add an endpoint to our application that would list out the status of any throttles currently in place (ip address, the rate limit they were throttled at PerSecond/PerMinute, and the endpoint). I was hoping to do this while still using the built in CacheRepository for storage. Is this possible?

nelsonad commented 4 years ago

@stefanprodan do you have any thoughts on this one?