Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICollectionObserver<T>

A collection observer is a base object responsible for keeping references to the underlying Node performance observer object.

Type parameters

Hierarchy

Index

Properties

entries

entries: T[]

A collection of performance data captured by the node performance observer.

isConnected

isConnected: boolean

Is the current node performance observer connected. If it is not connected, then a new one must be created to continue collection under this observer.

observer

The underlying performance observer responsible for collecting metrics.

Generated using TypeDoc