Module folsom_metrics

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

Function Index

delete_metric/1
get_histogram_statistics/1
get_histogram_statistics/2
get_history_values/2
get_metric_info/1
get_metric_value/1
get_metrics/0
get_metrics_info/0
get_metrics_value/1
get_metrics_value/2
get_tags/1
histogram_timed_begin/1
histogram_timed_notify/1
histogram_timed_update/2
histogram_timed_update/3
histogram_timed_update/4
metric_exists/1
new_counter/1
new_duration/1
new_duration/2
new_duration/3
new_duration/4
new_gauge/1
new_histogram/1
new_histogram/2
new_histogram/3
new_histogram/4
new_history/1
new_history/2
new_meter/1
new_meter_reader/1
new_spiral/1
new_spiral/2
notify/1
notify/2
notify/3
notify/4
notify_existing_metric/3
safely_histogram_timed_notify/1
safely_histogram_timed_update/2
safely_histogram_timed_update/3
safely_histogram_timed_update/4
safely_notify/1
safely_notify/2
safely_notify/3
safely_notify/4
tag_metric/2
untag_metric/2

Function Details

delete_metric/1

delete_metric(Name) -> any()

get_histogram_statistics/1

get_histogram_statistics(Name) -> any()

get_histogram_statistics/2

get_histogram_statistics(Name1, Name2) -> any()

get_history_values/2

get_history_values(Name, Count) -> any()

get_metric_info/1

get_metric_info(Name) -> any()

get_metric_value/1

get_metric_value(Name) -> any()

get_metrics/0

get_metrics() -> any()

get_metrics_info/0

get_metrics_info() -> any()

get_metrics_value/1

get_metrics_value(Tag) -> any()

get_metrics_value/2

get_metrics_value(Tag, Type) -> any()

get_tags/1

get_tags(Name) -> any()

histogram_timed_begin/1

histogram_timed_begin(Name) -> any()

histogram_timed_notify/1

histogram_timed_notify(X1) -> any()

histogram_timed_update/2

histogram_timed_update(Name, Fun) -> any()

histogram_timed_update/3

histogram_timed_update(Name, Fun, Args) -> any()

histogram_timed_update/4

histogram_timed_update(Name, Mod, Fun, Args) -> any()

metric_exists/1

metric_exists(Name) -> any()

new_counter/1

new_counter(Name) -> any()

new_duration/1

new_duration(Name) -> any()

new_duration/2

new_duration(Name, SampleType) -> any()

new_duration/3

new_duration(Name, SampleType, SampleSize) -> any()

new_duration/4

new_duration(Name, SampleType, SampleSize, Alpha) -> any()

new_gauge/1

new_gauge(Name) -> any()

new_histogram/1

new_histogram(Name) -> any()

new_histogram/2

new_histogram(Name, SampleType) -> any()

new_histogram/3

new_histogram(Name, SampleType, SampleSize) -> any()

new_histogram/4

new_histogram(Name, SampleType, SampleSize, Alpha) -> any()

new_history/1

new_history(Name) -> any()

new_history/2

new_history(Name, SampleSize) -> any()

new_meter/1

new_meter(Name) -> any()

new_meter_reader/1

new_meter_reader(Name) -> any()

new_spiral/1

new_spiral(Name) -> any()

new_spiral/2

new_spiral(Name, Update) -> any()

notify/1

notify(Event) -> any()

notify/2

notify(Name, Event) -> any()

notify/3

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

notify/4

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

notify_existing_metric/3

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

safely_histogram_timed_notify/1

safely_histogram_timed_notify(X1) -> any()

safely_histogram_timed_update/2

safely_histogram_timed_update(Name, Fun) -> any()

safely_histogram_timed_update/3

safely_histogram_timed_update(Name, Fun, Args) -> any()

safely_histogram_timed_update/4

safely_histogram_timed_update(Name, Mod, Fun, Args) -> any()

safely_notify/1

safely_notify(Event) -> any()

safely_notify/2

safely_notify(Name, Event) -> any()

safely_notify/3

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

safely_notify/4

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

tag_metric/2

tag_metric(Name, Tag) -> any()

untag_metric/2

untag_metric(Name, Tag) -> any()


Generated by EDoc