Module riak_pipe_stat

Collector for various pipe stats.

Behaviours: gen_server.

Description

Collector for various pipe stats.

Data Types

stat_aliases()

stat_aliases() = [{exometer:datapoint(), atom()}]

stat_options()

stat_options() = [tuple()]

stat_type()

stat_type() = counter | spiral

Function Index

code_change/3
get_stats/0Return current aggregation of all stats.
handle_call/3
handle_cast/2
handle_info/2
init/1
register_stats/0
start_link/0
stats/0
terminate/2
update/1

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

get_stats/0

get_stats() -> proplists:proplist()

Return current aggregation of all stats.

handle_call/3

handle_call(Req, From, State) -> any()

handle_cast/2

handle_cast(Req, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

register_stats/0

register_stats() -> any()

start_link/0

start_link() -> any()

stats/0

stats() -> [{riak_core_stat_q:path(), stat_type(), stat_options(), stat_aliases()}]

terminate/2

terminate(Reason, State) -> any()

update/1

update(Arg) -> any()


Generated by EDoc