Commit Graph

11 Commits

Author SHA1 Message Date
Sam Saffron 5d6d777635 DEV: add frozen_string_literal
This helps avoid uneeded string allocations

Also:

- Add rubocop to travis
- Bump version
2019-05-15 11:56:50 +10:00
Sam b0e2d346bc FEATURE: prefer Oj if it exists
implements #6
2018-02-19 10:46:01 +11:00
Sam a7518df318 clean up tests so they work with guard 2018-02-17 07:34:25 +11:00
Sam 23373fb64d Add support for sidekiq metrics 2018-01-31 12:14:48 +11:00
Sam 1959edf6ce FIX: ipv6 localhost metric reporting not working
also remove some superflous logging
2018-01-31 10:35:57 +11:00
Sam ad021c3928 clean up interface so we only handle strings for transport
collector is responsible for deserializing

also add metrics for total messages collected and so on
2018-01-12 09:30:11 +11:00
Sam fc1fd12581 gzip metrics 2018-01-10 18:13:13 +11:00
Sam d10effac75 improved readme and basic cli 2018-01-10 16:44:14 +11:00
Sam 14cb70c0c8 implemented transport basic collector 2018-01-10 15:53:50 +11:00
Sam baec6a395d create worker thread for client
ensure tests user worker thread
2018-01-08 17:39:43 +11:00
Sam ea79e137ef Work in progress initial commit 2018-01-08 16:22:32 +11:00