Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 675 Bytes

faastjs.functionstatsevent.tostring.md

File metadata and controls

25 lines (17 loc) · 675 Bytes
id title hide_title
faastjs.functionstatsevent.tostring
FunctionStatsEvent.toString() method
true

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).