View Source Sibyl.Handler behaviour (Sibyl v0.1.9)

Behaviour for :telemetry handlers

Summary

Callbacks

Link to this callback

handle_event(event, measurement, metadata, config)

View Source
@callback handle_event(
  event :: Sibyl.Events.event(),
  measurement :: term(),
  metadata :: term(),
  config :: term()
) :: any()