A callback invoked after each attempt completes, whether it succeeded or failed. The elapsed wall-clock time of the attempt is reported as durationMs, making this the natural point for latency metrics.
durationMs
RequestOptions.onResponse
A callback invoked after each attempt completes, whether it succeeded or failed. The elapsed wall-clock time of the attempt is reported as
durationMs, making this the natural point for latency metrics.