We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0edb66 commit 2bc6545Copy full SHA for 2bc6545
Gemfile.lock
@@ -17,12 +17,12 @@ GEM
17
coderay (1.1.0)
18
colored (1.2)
19
diff-lcs (1.2.5)
20
- docker-api (1.25.0)
+ docker-api (1.32.1)
21
excon (>= 0.38.0)
22
json
23
dogstatsd-ruby (2.1.0)
24
dotenv (2.1.0)
25
- excon (0.45.4)
+ excon (0.54.0)
26
i18n (0.7.0)
27
json (1.8.3)
28
method_source (0.8.2)
lib/kafka/datadog.rb
@@ -43,6 +43,10 @@ def self.namespace=(namespace)
43
statsd.namespace = namespace
44
end
45
46
+ def self.tags=(tags)
47
+ statsd.tags = tags
48
+ end
49
+
50
class StatsdSubscriber < ActiveSupport::Subscriber
51
private
52
0 commit comments