# File 'lib/ndr_stats/config.rb', line 7defconfigure(host:,port:,system:nil,stack:nil)tags={system:system,stack:stack}.reject{|_key,value|value.nil?}NdrStats.adaptor=Datadog::Statsd.new(host,port,tags:tags)end
#configured? ⇒ Boolean
Returns:
(Boolean)
12
13
14
# File 'lib/ndr_stats/config.rb', line 12defconfigured?!NdrStats.adaptor.nil?end