v2.0.0
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.