Current section
Files
Jump to
Current section
Files
include/metrics_reader.hrl
-type metric_type() :: counter | histogram | gauge | meter | spiral.
-type gen_server_startlink_ret() :: {ok, pid()}
| ignore
| {error, {already_started, pid()}}
| {error, any()}.