Class MetricManager

  • All Implemented Interfaces:
    com.yahoo.component.Component, com.yahoo.component.Deconstructable, com.yahoo.container.di.componentgraph.Provider<MetricReceiver>, Comparable<com.yahoo.component.Component>

    public class MetricManager
    extends com.yahoo.component.AbstractComponent
    implements com.yahoo.container.di.componentgraph.Provider<MetricReceiver>
    This is the coordinating class owning the executor and the top level objects for measured metrics.
    Author:
    Steinar Knutsen
    • Constructor Detail

      • MetricManager

        public MetricManager​(ManagerConfig settings)
    • Method Detail

      • deconstruct

        public void deconstruct()
        Specified by:
        deconstruct in interface com.yahoo.component.Deconstructable
        Overrides:
        deconstruct in class com.yahoo.component.AbstractComponent