Results 17 issues of erez

I would like to propose the following guideline: Prefer keyword arguments on multi arity when a function allows 2 or more optional parameters to avoid passing nil on function call....

I pulled master after a few months I haven't and now the GRAPHITE_FROM does not effect the from parameter on the graphite render requests. Any workaround for this?

graphite

I'm trying to modify the statsd config file while the daemon is running. The first time I change and save it the logs are saying "reading config file..." Any consecutive...

bug

Hi, Right now deleteGauges will delete the metric if it wasn't update on the next flush. Since I have different metric types that require different resolution I would like to...

Hi, Is there a way to get the current queue depth of the HTTP server - the number of requests waiting in queue that we haven't started processing. The use...

enhancement
pull-requests welcome
server

Hi, I would like to report metrics for specific sinatra routes to statsd and then graphite. For the route GET /users/:uid I would like to report to a metric name...

Is there a way to know if there are pending migrations which were not applied to the DB? My purpose it to avoid running code which includes migrations that were...

Currently there is no way to access the original body of the request when using the middleware since the middleware reads and InputStream and there's no way to reset its...