cristipufu/aspnetcore-redis-rate-limiting

Implement RateLimiter.GetStatistics()

cristipufu opened this issue · 4 comments

public override RateLimiterStatistics? GetStatistics()
{
    throw new NotImplementedException();
}

Implemented for Concurrency Rate Limiter: ba9d9b7

Hey,

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

Cheers,
Kamil

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

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

There are other strategies which don't have it implemented