Authors: joe williams (j@boundary.com).
add_handler(Type, Name) -> any()
add_handler(Type, Name, SampleSize) -> any()
add_handler(Type, Name, SampleType, SampleSize) -> any()
add_handler(Type, Name, SampleType, SampleSize, Alpha) -> any()
delete_handler(Name) -> any()
get_group_values(Tag) -> any()
get_group_values(Tag, Type) -> any()
get_handlers() -> any()
get_handlers_info() -> any()
get_history_values(Name, Count) -> any()
get_info(Name) -> any()
get_tags(Name) -> any()
get_values(Name) -> any()
handler_exists(Name) -> any()
notify(X1) -> any()
notify(Name, Event) -> any()
notify(Name, Event, Type) -> any()
notify_existing_metric(Name, Event, Type) -> any()
tag_handler(Name, Tag) -> any()
tagged_notify(Name, Event, Type, Tags) -> any()
untag_handler(Name, Tag) -> any()
Generated by EDoc