librato-rack
librato-rack copied to clipboard
Easily use Librato Metrics with your rack application
Fix small typo I noticed in a comment.
Previously, we were limited to sending p95. This change allows the user to define a comma-delimited list of timing percentiles to be sent to Librato.
Librato has been promoted as Appoptics now but no documentation to migrate from librato to appoptics
I have a codebase that uses librato-sidekiq, librato-rescue i.e https://github.com/impactdialing/impactdialing but new signup to librato dashboard has been removed with appoptics and appoptics just provide a agent key while I...
Hi, I'm curious if you'd be willing to accept a PR to disable the `rack.processes` metric. I use this gem through the awesome `librato-rails` gem, and i disable all of...
librato-rack depends on librato-metrics ~> 1.6. The current version is 2.0.1. In my project, we require librato-metrics and librato-rails (whether this is correct is up for debate, but it's what...
I'm switching from using statsd to using this gem, and I was surprised to not be able to find any code which is ensuring a final flush is performed before...