class HostedGraphite::Ext::Sidekiq::StatsdMetrics
Public Class Methods
new(namespace=nil)
click to toggle source
Calls superclass method
HostedGraphite::Ext::Sidekiq::Metrics::new
# File lib/hosted_graphite/ext/sidekiq.rb, line 28 def initialize(namespace=nil) super require 'hosted_graphite/protocols/statsd' @client = STATSD.new end