module Seismograph::Gateway

Constants

GATEWAY_METHODS

Private Class Methods

client() click to toggle source
# File lib/seismograph/gateway.rb, line 18
def client
  @client ||= Statsd.new(Seismograph.config.statsd_host,
                         Seismograph.config.statsd_port,
                         namespace: Seismograph.config.app_name)
end