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

Behaviour for :telemetry handlers

Link to this section Summary

Link to this section 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()