Skip to main content

This is documentation for Caché & Ensemble. See the InterSystems IRIS version of this content.Opens in a new tab

For information on migrating to InterSystems IRISOpens in a new tab, see Why Migrate to InterSystems IRIS?

%Monitor.AbstractType

abstract class %Monitor.AbstractType

The generic Monitor data type. This class provides the parameters to define a Monitored metric. Only Properties which use one of the data classes which inherit from this class, will be sampled in in user-defined Application Monitor classes (and reported through SNMP).

Parameters

parameter GETMETHOD;
Method to be invoked during sampling
parameter Units;
a text description of the units for the data

Subclasses

FeedbackOpens in a new tab