class HostedGraphite::Ext::Sidekiq::StatsdMetrics

Public Class Methods

new(namespace=nil) click to toggle source
# File lib/hosted_graphite/ext/sidekiq.rb, line 28
def initialize(namespace=nil)
  super
  require 'hosted_graphite/protocols/statsd'
  @client = STATSD.new
end