Electric.Telemetry.SystemMonitor (electric v1.2.4)

View Source

Application-wide process that initializes Erlang's system monitor and consumes monitoring events.

Currently the follow events are tracked:

  • long_gc
  • long_schedule
  • long_message_queue

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(opts)

Callback implementation for GenServer.init/1.

start_link(opts)