View Source AntikytheraCore.MetricsUploader (antikythera v0.5.1)

A GenServer which buffers metrics data and periodically flushes the aggregated results to stable storage.

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

submit(worker_name, data_list, epool_id)

View Source
Link to this function

submit_custom_metrics(worker_name, data_list0, context)

View Source
@spec submit_custom_metrics(
  GenServer.server(),
  Antikythera.Metrics.DataList.t(),
  nil | Antikythera.Context.t()
) :: :ok
Link to this function

submit_with_time(worker_name, now, data_list, epool_id)

View Source