Ens.Util.Tasks.MonitorMetrics
class Ens.Util.Tasks.MonitorMetrics extends %SYS.Task.Definition
This task is used to run the method that collects general Interoperability monitor metrics that include Message Retention Metrics outside of a production host item.Property Inventory
Method Inventory
Parameters
parameter TaskName = Collect Interoperability Message Retention Metrics;
Inherited description: This defines the user-visible name of this task.
It is defined in the subclasses.
Properties
property DayBoundariesForCounts as %String [ InitialExpression = "56, 28, 14, 7, 1" ];
Comma separated list of number of days to show counts of message headers
as old and older than each day specified.
Exclude oldest and 0. The default value is the same as in Ens.SAM.GeneralMetrics.
Exclude oldest and 0. The default value is the same as in Ens.SAM.GeneralMetrics.
Property methods: DayBoundariesForCountsDisplayToLogical(), DayBoundariesForCountsGet(), DayBoundariesForCountsIsValid(), DayBoundariesForCountsLogicalToDisplay(), DayBoundariesForCountsLogicalToOdbc(), DayBoundariesForCountsNormalize(), DayBoundariesForCountsSet()
Methods
method OnTask() as %Status
Inherited description: This method is responsible for executing the task.
At the scheduled time, the Task Manager creates an instance of this object, sets any property values using the stored "Settings" for the task, and then invokes this method to execute the task.
In order to execute a real task, override this method in a subclass.
At the scheduled time, the Task Manager creates an instance of this object, sets any property values using the stored "Settings" for the task, and then invokes this method to execute the task.
In order to execute a real task, override this method in a subclass.
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- CheckPermission()
- GetCollectionType()
- GetPropertyName()
- GetSettings()
- GetTaskName()
- OnSubmit()
- SetSettings()