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

Events to hook into for logging #17

Open
jimfightingchance opened this issue Jun 16, 2019 · 2 comments
Open

Events to hook into for logging #17

jimfightingchance opened this issue Jun 16, 2019 · 2 comments

Comments

@jimfightingchance
Copy link

Thanks for this project.

I was just wondering if they is a way to hook into events for when the rate limiting starts and stops? What I would like to be able to do in my application is log when the code has been paused due to ratelimiting kicking in and then log when the code has resumed.

@David-Desmaisons
Copy link
Owner

This is a good suggestion, I am thinking of providing an alternative implementation with events based on IObservable pattern. I will update this thread later on with more details.

@Celant
Copy link

Celant commented Nov 21, 2020

Hey @David-Desmaisons! I don't suppose you have any further updates to this? We're using RateLimiter in our project as it hugely simplifies things and avoids having us roll out our own rate limiting solution.

We'd love some sort of events or statistics on rate limiters that we can graph the output of, to track how often we're hitting our rate limiters or similar across the platform!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants