View Source Electric.Telemetry.CallHomeReporter (electric v0.9.5)

Reporter that collects runtime telemetry information and sends it to a configured home server once in a while. The information is aggregated over a period of time, with percentile values calculated for the metrics that have them.

Summary

Types

@type metric() :: Telemetry.Metrics.t()
@type report_format() :: keyword(metric() | report_format())

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

handle_event(event_name, measurements, metadata, arg)

View Source