Class ClusterDeploymentMetricsRetriever
java.lang.Object
com.yahoo.vespa.config.server.metrics.ClusterDeploymentMetricsRetriever
Client for reaching out to nodes in an application instance and get their
metrics.
- Author:
- olaa, ogronnesby
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCall the metrics API on each host and aggregate the metrics into a single value, grouped by cluster.
-
Constructor Details
-
ClusterDeploymentMetricsRetriever
public ClusterDeploymentMetricsRetriever()
-
-
Method Details
-
requestMetricsGroupedByCluster
public Map<ClusterInfo,DeploymentMetricsAggregator> requestMetricsGroupedByCluster(Collection<URI> hosts) Call the metrics API on each host and aggregate the metrics into a single value, grouped by cluster.
-