Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PoolMetrics

A collection of metrics related to a particular pool.

Properties

Optional activeRunsCount

activeRunsCount: undefined | number

The number of runs that are currently running that are using this pool. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional activelyUsedNodeCount

activelyUsedNodeCount: Array<NodeCount>

A count of the nodes that are currently being used for each shape in this pool.

Optional timeLastMetricsUpdated

timeLastMetricsUpdated: Date

The last time the mertics were updated for this.

Optional timeLastStarted

timeLastStarted: Date

The last time this pool was started.

Optional timeLastStopped

timeLastStopped: Date

The last time this pool was stopped.

Optional timeLastUsed

timeLastUsed: Date

The last time a run used this pool.

Functions

getDeserializedJsonObj

getJsonObj