Module folsom_ets

Authors: joe williams (j@boundary.com).

Function Index

add_handler/2
add_handler/3
add_handler/4
add_handler/5
delete_handler/1
get_group_values/1
get_group_values/2
get_handlers/0
get_handlers_info/0
get_history_values/2
get_info/1
get_tags/1
get_values/1
handler_exists/1
notify/1
notify/2
notify/3
notify_existing_metric/3
tag_handler/2
tagged_notify/4
untag_handler/2

Function Details

add_handler/2

add_handler(Type, Name) -> any()

add_handler/3

add_handler(Type, Name, SampleSize) -> any()

add_handler/4

add_handler(Type, Name, SampleType, SampleSize) -> any()

add_handler/5

add_handler(Type, Name, SampleType, SampleSize, Alpha) -> any()

delete_handler/1

delete_handler(Name) -> any()

get_group_values/1

get_group_values(Tag) -> any()

get_group_values/2

get_group_values(Tag, Type) -> any()

get_handlers/0

get_handlers() -> any()

get_handlers_info/0

get_handlers_info() -> any()

get_history_values/2

get_history_values(Name, Count) -> any()

get_info/1

get_info(Name) -> any()

get_tags/1

get_tags(Name) -> any()

get_values/1

get_values(Name) -> any()

handler_exists/1

handler_exists(Name) -> any()

notify/1

notify(X1) -> any()

notify/2

notify(Name, Event) -> any()

notify/3

notify(Name, Event, Type) -> any()

notify_existing_metric/3

notify_existing_metric(Name, Event, Type) -> any()

tag_handler/2

tag_handler(Name, Tag) -> any()

tagged_notify/4

tagged_notify(Name, Event, Type, Tags) -> any()

untag_handler/2

untag_handler(Name, Tag) -> any()


Generated by EDoc