Class ApmMetricManager

  • All Implemented Interfaces:
    IApmMetricManagerSPI

    public class ApmMetricManager
    extends Object
    implements IApmMetricManagerSPI
    APM metric manager implementation.
    Since:
    12.4.0
    Version:
    $Revision: 23912 $ $Date: 2020-06-19 14:42:23 -0300 (Fri, 19 Jun 2020) $
    • Constructor Detail

      • ApmMetricManager

        public ApmMetricManager()
    • Method Detail

      • getEnabledMetrics

        public Collection<ApmMetric> getEnabledMetrics​(boolean local)
        Description copied from interface: IApmMetricManagerSPI
        Returns the enabled metrics of the given type.
        Specified by:
        getEnabledMetrics in interface IApmMetricManagerSPI
        Parameters:
        local - true to return only local metrics or false to return only global metrics.
        Returns:
        a collection with the metrics. If no such enabled metric was found, an empty collection is returned.