Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPerformanceMetrics

All performance metrics collected during a single application run.

Hierarchy

  • IPerformanceMetrics

Index

Properties

metrics

metrics: object

Metrics captured from all available instances during a run. The keys in this object represent the package uuid of the manager responsible for a performance api.

Type declaration

  • [key: string]: Array<ReturnType<IPerformanceApi["getMetrics"]>>

nodeTiming

nodeTiming: ReturnType<IPerformanceApi["getNodeTiming"]>

The node timing information provided by the main manager.

systemInformation

systemInformation: ReturnType<IPerformanceApi["getSysInfo"]>

The system information.

Generated using TypeDoc