id | title | hide_title |
---|---|---|
faastjs.functionstats.invocations |
FunctionStats.invocations property |
true |
faastjs > FunctionStats > invocations
The number of invocations attempted. If an invocation is retried, this only counts the invocation once.
Signature:
invocations: number;