The project is in a healthy, maintained state
Instrumentation for Rack::Ratelimit
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

 Project Readme

yabeda-rack-ratelimit

CI Gem Version

Yabeda plugin to collect metrics for Rack::Ratelimit.

Get started

To install the latest version using Bundler:

gem "yabeda-rack-ratelimit"

Metrics

Metric Type Tags Description
requests_total counter name The total number of requests considered for rate limiting for a named ratelimit
exceeded_requests_total counter name The total number of requests that exceeded a named rate limit
clients_total counter name The total number of clients considered for rate limiting for a named ratelimit
exceeded_clients_total counter name The total number of clients that exceeded a named rate limit
quota_consumed_ratio gauge name The ratio of quota consumed to quota available for a named rate limit

Acknowledgments

yabeda-rack-ratelimit is MIT-licensed open-source software from 37signals, the creators of Ruby on Rails.


© 2023 37signals, LLC.