Etop.Monitor (Etop v0.7.0)

Etop Monitors.

Add :summary or :process monitors to Etop. These monitors are checked on each run. If the threshould condition is met, the monitor's callback if called.

Monitors are added with either the Etop.monitor/4 or Etop.add_monitor/4 calls.

Link to this section Summary

Link to this section Functions

Link to this function

run(params, state)

Specs

run(any(), map()) :: {any(), map()}

Run the monitor checks.

Link to this function

run_monitors(params, state)

Specs

run_monitors(any(), map()) :: {any(), map()}