cristipufu / aspnetcore-redis-rate-limiting

Set up a Redis backplane for ASP.NET Core multi-node deployments, using the built-in Rate Limiting support that's part of .NET 7 and .NET 8.
MIT License
218 stars 21 forks source link

Implement RateLimiter.GetStatistics() #6

Open cristipufu opened 1 year ago

cristipufu commented 1 year ago
public override RateLimiterStatistics? GetStatistics()
{
    throw new NotImplementedException();
}
cristipufu commented 1 year ago

Implemented for Concurrency Rate Limiter: ba9d9b79b6c3535937ec59f18980edf649d9fda4

kamilslusarczyk commented 1 year ago

Hey,

Is there any work in progress around this topic? Are there any plans to put it in place?

Cheers, Kamil

kamilslusarczyk commented 1 year ago

Have you reopened this issue due to problems with merged PR's code?

cristipufu commented 1 year ago

Have you reopened this issue due to problems with merged PR's code?

There are other strategies which don't have it implemented