Behaviours: gen_server.
stat_aliases() = [{exometer:datapoint(), atom()}]
stat_options() = [tuple()]
stat_type() = counter | spiral
| code_change/3 | |
| get_stats/0 | Return 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 |
code_change(OldVsn, State, Extra) -> any()
get_stats() -> proplists:proplist()
Return current aggregation of all stats.
handle_call(Req, From, State) -> any()
handle_cast(Req, State) -> any()
handle_info(Info, State) -> any()
init(X1) -> any()
register_stats() -> any()
start_link() -> any()
stats() -> [{riak_core_stat_q:path(), stat_type(), stat_options(), stat_aliases()}]
terminate(Reason, State) -> any()
update(Arg) -> any()
Generated by EDoc