Public API for recording delivery metrics.
Summary
Functions
Extracts request metadata from a Plug.Conn and sends it to the DeliveryMetrics.Service GenServer for asynchronous recording.
Functions
@spec record(Plug.Conn.t(), [{String.t(), binary()}]) :: Plug.Conn.t()
Extracts request metadata from a Plug.Conn and sends it to the DeliveryMetrics.Service GenServer for asynchronous recording.