Packages

A 'plugin-based' monitor and alert manager for BEAM Nodes and Hosts

Current section

Files

Jump to
pharos include pharos@internal@connection_Transport.hrl
Raw

include/pharos@internal@connection_Transport.hrl

-record(transport, {
connect :: fun(() -> {ok, nil} | {error, binary()}),
deliver :: fun((pharos@metric:metric()) -> {ok, nil} | {error, binary()})
}).