class Statsd::Client

Included Modules

Defined in:

statsd/client.cr

Constructors

Instance Method Summary

Instance methods inherited from module Statsd::Methods

decrement(metric_name, sample_rate = nil, tags = nil) decrement, distribution(metric_name, value, tags = nil) distribution, gauge(metric_name, value, tags = nil) gauge, histogram(metric_name, value, tags = nil) histogram, increment(metric_name, sample_rate = nil, tags = nil) increment, set(metric_name, value, tags = nil) set, time(metric_name, tags = nil, &) time, timing(metric_name, ms, tags = nil) timing

Constructor Detail

def self.new(host : String, port : Int) #

[View source]
def self.new(destination : Socket::IPAddress = Socket::IPAddress.new("127.0.0.1", 8125)) #

[View source]

Instance Method Detail

def host #

[View source]
def port #

[View source]