faastjs.functionstatsevent.tostring.md

April 11, 2023 ยท View on GitHub

faastjs > FunctionStatsEvent > toString

FunctionStatsEvent.toString() method

Returns a string summarizing the statistics event.

Signature:

toString(): string;

Returns:

string

Remarks

The string includes number of completed calls, errors, and retries, and the mean execution time for the calls that completed within the last time interval (1s).

Contents

  1. 1FunctionStatsEvent.toString() method
  2. 2Remarks