Skip to main content

%Monitor.SampleAgent

Monitor sampling agent creates persistent metrics based on Monitor metadata information

Property Inventory

Method Inventory

Properties

property DateTime as %String;
Timestamp for sample
Property methods: DateTimeDisplayToLogical(), DateTimeGet(), DateTimeIsValid(), DateTimeLogicalToDisplay(), DateTimeLogicalToOdbc(), DateTimeNormalize(), DateTimeSet()
property Itemgroup as %Monitor.ItemGroup;
ItemGroup class
Property methods: ItemgroupGet(), ItemgroupGetObject(), ItemgroupGetObjectId(), ItemgroupGetSwizzled(), ItemgroupIsValid(), ItemgroupNewObject(), ItemgroupSet(), ItemgroupSetObject(), ItemgroupSetObjectId(), ItemgroupUnSwizzle()
property LastSample as %ListOfDataTypes;
Last sample
Property methods: LastSampleGet(), LastSampleGetObject(), LastSampleGetObjectId(), LastSampleGetSwizzled(), LastSampleIsEmpty(), LastSampleIsValid(), LastSampleNewObject(), LastSampleSet(), LastSampleSetObject(), LastSampleSetObjectId(), LastSampleUnSwizzle()
property Mclass as %Monitor.Adaptor;
Metrics class
Property methods: MclassGet(), MclassGetSwizzled(), MclassIsValid(), MclassNewObject(), MclassSet()
property Sclass as %String (MAXLEN = 250);
Sample class
Property methods: SclassDisplayToLogical(), SclassGet(), SclassIsValid(), SclassLogicalToDisplay(), SclassLogicalToOdbc(), SclassNormalize(), SclassSet()

Methods

method Collect() as %Status
Collect all metrics
method Reset() as %Status
Reset the sample class

Inherited Members

Inherited Methods

FeedbackOpens in a new tab