faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > FunctionStatsEvent

FunctionStatsEvent class

Summarize statistics about cloud function invocations.

Signature:

export declare class FunctionStatsEvent 

Remarks

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.

Properties

Property

Modifiers

Type

Description

fn

readonly

string

The name of the cloud function the statistics are about.

stats

readonly

FunctionStats

See FunctionStats.

Methods

Method

Modifiers

Description

toString()

Returns a string summarizing the statistics event.

  • FunctionStatsEvent class
  • Remarks
  • Properties
  • Methods
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflow
More
BlogUser Showcase
Copyright © 2025 Andy Chou