Matt Sanders
Matt Sanders
Fix some misspellings in documentation examples:
It would be really nice to be able to use path and query arguments with the get command. Sometimes you have a complex set of query arguments and path set...
We currently support `autosubmit_interval` for `Queue` & `Aggregator, as described [here](https://github.com/librato/librato-metrics#auto-submitting-metrics). Unfortunately there isn't a way to make this automatically submit at regular intervals without introducing a running loop or...
We currently auto-paginate metric listing, but don't auto-paginate when retrieving large measurement sets. # fetch should take care of this transparently. We should consider also some kind of block-version which...
We should improve our current retry logic to delay in a gradual step-off pattern, something along the lines of: https://github.com/eric/metriksd/blob/master/lib/metriksd/librato_metrics_reporter.rb#L56-L69
Need to audit for 2.4 issues in this codebase and bump librato-rack to v1.1.0 to fix deprecations there. - [x] bump lib-rack - [x] audit - [x] fix any issues
/cc @josephruscio @mislav This is related functionality to #47 but is really it's own thing, would appreciate your thoughts. Sometimes you have one or two routes (or maybe a collection)...
The `secrets.yml` file was [added in Rails 4.1](http://edgeguides.rubyonrails.org/4_1_release_notes.html#config-secrets-yml) to provide a consistent place for storing sensitive configuration information. It would be cool if for 4.1+ we could mine configuration definitely...
For users who are using the library with multiple apps on a single Librato account currently the only way to differentiate them is to use PREFIX to split them into...
Right now calls require symbols, it would be nice if we did indifferent access internally so users didn't have to cast all keys to symbols before use.