Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

SYS.EnsMetrics

class SYS.EnsMetrics extends SYS.Metrics

Specialized system metric class for Ensemble-enabled systems.

Method Inventory

Methods

classmethod GetMainMetrics(pID As %String, pCount As %Integer, Output pValues, Output pStatus, Output pMsg, pInterval As %Numeric = 10) as %Status
This method returns the metric values used by the Ensemble system dashboard. pID is an optional identifier; this is used for dashboards that may provide values for different items.
pCount indicates how many times the corresponding Dashboard last called this method. On the initial call, this value is 0. This is useful for cases where you do not want to recalculate value each time. pInterval indicates how stale data is allowed to get before a process will attempt to update the Ensemble-specific data.

Inherited Members

Inherited Methods

FeedbackOpens in a new tab