lib/datadog/notifications/reporter.rb in datadog-notifications-0.4.2 vs lib/datadog/notifications/reporter.rb in datadog-notifications-0.4.3

- old
+ new

@@ -1,6 +1,6 @@ module Datadog class Notifications - class Reporter < ::Statsd + class Reporter < ::Datadog::Statsd end end end