Skip to content

v2.0.0

Compare
Choose a tag to compare
@degemer degemer released this 22 Sep 14:19
· 507 commits to master since this release
caeb70b

2.0.0/ 2016.09.22

Breaking changes

Namespace

The Statsd is now namespaced under the Datadog module.

To update:

  • require 'statsd' -> require 'datadog/statsd'
  • Statsd -> Datadog::Statsd

Tags

, is now stripped from tags to avoid unexpected behavior.

Datadog::Statsd also validates that it receives an array of tags, and strips , and | from them.