module DogStatsd
Constants
- PUBLIC_METHODS
Public Class Methods
statsd()
click to toggle source
# File lib/dogstatsd.rb, line 16 def statsd Thread.current[:_dogstatsd_instrumentation_client] ||= Instrumentation::ClientProvider.new end