All Versions
19
Latest Version
Avg Release Cycle
233 days
Latest Release
-

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