Class MonoInstanceCollect
java.lang.Object
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.AbstractMonitorTask
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.AbstractCollect
org.sentrysoftware.metricshub.engine.connector.model.monitor.task.MonoInstanceCollect
- All Implemented Interfaces:
Serializable
The MonoInstanceCollect class represents a task for collecting metrics from a single instance.
It extends the AbstractCollect class and includes additional features specific to collecting
metrics from a mono instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MonoInstanceCollect
Constructs a new MonoInstanceCollect instance with the provided sources, mapping, and execution order.- Parameters:
sources- a map of source names to Source instances providing the metric datamapping- the mapping information for transforming collected dataexecutionOrder- a set defining the order in which the collect tasks should be executed
-