Module folsom_metrics_spiral

A total count, and sliding window count of events over the last minute.

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

Description

A total count, and sliding window count of events over the last minute.

Function Index

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

Function Details

get_value/1

get_value(Name) -> any()

get_values/1

get_values(Name) -> any()

new/1

new(Name) -> any()

new/2

new(Name, Update) -> any()

trim/2

trim(Tid, Window) -> any()

update/2

update(Name, Value) -> any()


Generated by EDoc