All Versions
19
Latest Version
Avg Release Cycle
233 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.7.0 Changes
December 06, 2013- โ added cluster proxy
- measure and graph timestamp generation lag
- โ added median calculation for timers
- ๐ support for top percentiles for timers
- โฌ๏ธ drop support for node v0.6.x
- ๐ support for setting the process title
- functionality for optionally omitting stats_counts metrics
- ๐ improved functionality to delete counters from the management console
- โก๏ธ updates to Debian packaging
- โ added a clojure example client
- cleaned up the Go example client
- โ increased test coverage
- ๐ documentation updates
-
v0.6.0 Changes
- โ added new metric types : sets, gauge deltas, histograms
- โ added ability to delete idle stats
- โ added support for configurable namespacing
- โ added standard Deviation to timers stats (.std)
- added last_flush_time and last_flush_length metrics to graphite backend
- โ added ipv6 support
- โ added Statsd repeater backend
- โ added helper script to decide which timers to sample down
- โ added Windows service support
- โ added Scala example
- โ added support for sampling timers.
- โ added build testing on node 0.8, 0.9, and 0.10
- ๐ fixed broken config file watching.
- ๐ fixed for DNS errors from UDP socket
- ๐ fixed for TCP client goes away crash.
- โ removed debugInterval in favor of Console backend debugging
- โก๏ธ updated and reorganized Docs
- โก๏ธ updated examples scripts
- ๐ improved the quality of randomness used for sampling.
- ๐ moved config.js to /lib folder to avoid confusion
-
v0.5.0 Changes
- โ add support for logging to syslog
- โ add basic metrics gathering for StatsD and Graphite backend itself
- ๐ several fixes and enhancements for the debian resources
- ๐ fixed locale bug in Java client.
- ๐ multiple fixes for the Java client
-
v0.4.0 Changes
- โ add bin/statsd
- โ Add CLI bash client example
- ๐ documentation updates
- ๐ bug fixing, sample_data and data got swapped in Perl client
- ๐ fix sampling in the python client
- โ added sum to all metrics and mean to the total
- ๐ changed the way we calculate some metrics by using a cumulative sum as it is more efficient for multiple percentile thresholds
- โก๏ธ update README mentioning to preferably use ints as values
- ๐ Allow multiple metrics to be passed in one UDP packet delimited by a newline character.
- โ added console backend
- ๐ฒ reformat topkeys log to feature sane key/value pairs
-
v0.3.0 Changes
- ๐ support backends installed from npm
- ๐ fix test suite failures
-
v0.2.1 Changes
- โ add graphite backend in debian packaging
-
v0.2.0 Changes
April 05, 2012- ๐ support for pluggable backends
-
v0.1.1 Changes
February 05, 2012- โ add gauges type
- percentThreshold also accepts list of percentiles
- base sampling on sampleRate
- โก๏ธ updates for debian packaging
- โก๏ธ client example updates
-
v0.1.0 Changes
- ๐ initial npm release