Class ApplicationMetricsRetriever
java.lang.Object
com.yahoo.component.AbstractComponent
ai.vespa.metricsproxy.http.application.ApplicationMetricsRetriever
- All Implemented Interfaces:
com.yahoo.component.Component,com.yahoo.component.Deconstructable,Comparable<com.yahoo.component.Component>,Runnable
public final class ApplicationMetricsRetriever
extends com.yahoo.component.AbstractComponent
implements Runnable
This class retrieves metrics from all nodes in the given config, usually all
nodes in a Vespa application.
- Author:
- gjoranv
-
Field Summary
Fields inherited from class com.yahoo.component.AbstractComponent
isDeconstructable -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.yahoo.component.AbstractComponent
clone, compareTo, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
-
Constructor Details
-
ApplicationMetricsRetriever
-
-
Method Details