batsd icon indicating copy to clipboard operation
batsd copied to clipboard

A ruby statsd server implementation storing to Redis and disk

Results 5 batsd issues
Sort by recently updated
recently updated
newest added

Bumps [json](https://github.com/flori/json) from 1.5.0 to 2.3.0. Changelog Sourced from json's changelog. 2019-12-11 (2.3.0) Fix default of create_additions to always be false for JSON(user_input) and JSON.parse(user_input, nil). Note that JSON.load remains...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

Bumps [yard](https://github.com/lsegal/yard) from 0.8.2 to 0.9.20. Release notes *Sourced from [yard's releases](https://github.com/lsegal/yard/releases).* > ## Release v0.9.20 > > [0.9.20]: https://github.com/lsegal/yard/compare/v0.9.19...v0.9.20 > > - Fix parsing of stringified Symbols in Ruby...

dependencies

Added support for saving onto S3 instead of disk. Had to add an abstraction layer between the two file stores, nothing special. I thought it'll be a good addition. This...

Hi, Using the ruby client I get the following weird results: 1.9.3p327 :024 > Time.now => 2013-06-26 18:32:31 +0200 1.9.3p327 :025 > batsd = BatsdReportingClient.new => # 1.9.3p327 :026 >...