All Implemented Interfaces:
Serializable

public class MonoInstanceCollect extends AbstractCollect
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 Details

    • MonoInstanceCollect

      public MonoInstanceCollect(Map<String,Source> sources, Mapping mapping, Set<String> executionOrder)
      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 data
      mapping - the mapping information for transforming collected data
      executionOrder - a set defining the order in which the collect tasks should be executed