Module riak_core_stat_q

riak_core_stat_q is an interface to query folsom stats To use, call get_stats/1 with a query Path.

Description

riak_core_stat_q is an interface to query folsom stats To use, call get_stats/1 with a query Path. A Path is a list of atoms | binaries. The module creates a set of ets:select/1 guards, one for each element in Path For each stat that has a key that matches Path we calculate the current value and return it.

Data Types

path()

path() = [] | [atom() | binary()]

stat_name()

stat_name() = list()


Generated by EDoc