id | title | hide_title |
---|---|---|
faastjs.functionstatsevent |
FunctionStatsEvent class |
true |
Summarize statistics about cloud function invocations.
Signature:
export declare class FunctionStatsEvent
The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the FunctionStatsEvent
class.
Property |
Modifiers |
Type |
Description |
---|---|---|---|
|
string |
The name of the cloud function the statistics are about. | |
|
See FunctionStats. |
Method |
Modifiers |
Description |
---|---|---|
Returns a string summarizing the statistics event. |