Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement RateLimiter.GetStatistics() #6

Open
cristipufu opened this issue Nov 6, 2022 · 4 comments · Fixed by #50
Open

Implement RateLimiter.GetStatistics() #6

cristipufu opened this issue Nov 6, 2022 · 4 comments · Fixed by #50
Labels
enhancement New feature or request

Comments

@cristipufu
Copy link
Owner

public override RateLimiterStatistics? GetStatistics()
{
    throw new NotImplementedException();
}
@cristipufu cristipufu added the enhancement New feature or request label Nov 6, 2022
@cristipufu
Copy link
Owner Author

Implemented for Concurrency Rate Limiter: ba9d9b7

@kamilslusarczyk
Copy link

Hey,

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

Cheers,
Kamil

@kamilslusarczyk
Copy link

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

@cristipufu
Copy link
Owner Author

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

There are other strategies which don't have it implemented

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants
@cristipufu @kamilslusarczyk and others