pagantis_elixir_tools v0.17.5 ElixirTools.Metrix.Recurring.ErlangStats

Sends periodically Erlang metrics to a ElixirTools.Metrix Adapter

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Collects the erlang statistics and sends them to the adapter.

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

send_metrics(opts \\ [])

send_metrics([send_opt()]) :: :ok

Collects the erlang statistics and sends them to the adapter.

Link to this function

start_link(_)

start_link(any()) :: {:ok, pid()}