Class MixMetricsSelector$

    • Field Detail

      • MODULE$

        public static final MixMetricsSelector$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • MixMetricsSelector$

        public MixMetricsSelector$()
    • Method Detail

      • apply

        public MixMetricsSelector apply​(scala.collection.immutable.IndexedSeq<CapacityMetricsSelector> selectors)
        MetricsSelector that combines other selectors and aggregates their capacity values. By default it uses [akka.cluster.routing.HeapMetricsSelector], [akka.cluster.routing.CpuMetricsSelector], and [akka.cluster.routing.SystemLoadAverageMetricsSelector]
        Parameters:
        selectors - (undocumented)
        Returns:
        (undocumented)