Module folsom_metrics_duration

Tracks the time something takes.

Authors: Russell Brown (russelldb@basho.com).

Description

Tracks the time something takes. If you can, use folsom_metrics:histogram_timed_update/2,3,4. This is for the case when you can't wrap your timed action in a fun. Calling timer_start / timer_end in the correct order is the calling code's responsibility.

Function Index

get_value/1
get_values/1
new/1
update/2

Function Details

get_value/1

get_value(Name) -> any()

get_values/1

get_values(Name) -> any()

new/1

new(Name) -> any()

update/2

update(Name, X2) -> any()


Generated by EDoc