Packages

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

Retired package: Deprecated

Current section

Files

Jump to
pharos include pharos@probe_Probe.hrl
Raw

include/pharos@probe_Probe.hrl

-record(probe, {
id :: binary(),
event_name :: list(gleam@erlang@atom:atom_()),
interval_ms :: integer(),
source :: pharos@probe:source(),
decode :: fun((pharos@measurement:telemetry_event()) -> {ok,
gleam@dict:dict(binary(), float())} |
{error, binary()})
}).