Current section

Files

Jump to
vmstats src vmstats_sink.erl
Raw

src/vmstats_sink.erl

-module(vmstats_sink).
-type collect_type() :: counter | gauge | timing.
-callback collect(Type :: collect_type(), Key :: iodata(), Value :: term()) -> ok.