class Kilometric::RedisStore

Defined in:

kilometric.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(redis_url : String) #

[View source]

Instance Method Detail

def counter(key : String, from : String, to : String) : Metric(Counter) #

[View source]
def flush #

[View source]
def gauge #

[View source]
def points(key : String, from : String, to : String, period : Int32) : Metric(Point) #

[View source]
def rate #

[View source]
def track(key : String, value : UInt64) #

[View source]