ObserverWeb.Telemetry.Storage (Observer Web v0.1.10)

GenServer that collects the telemetry data received

Summary

Functions

Returns a specification to start this module under a supervisor.

Types

t()

@type t() :: %ObserverWeb.Telemetry.Storage{
  data_retention_period: nil | non_neg_integer(),
  mode: :local | :broadcast | :observer,
  node_metric_tables: map(),
  nodes: [atom()],
  persist_data?: boolean()
}

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(args)

@spec start_link(any()) :: :ignore | {:error, any()} | {:ok, pid()}