Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.ClusterMetrics
-
Packages that use ClusterMetrics Package Description com.yahoo.vespa.hosted.controller.api.application.v4.model com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of ClusterMetrics in com.yahoo.vespa.hosted.controller.api.application.v4.model
Methods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return ClusterMetrics Modifier and Type Method Description ClusterMetricsClusterMetrics. addMetric(java.lang.String name, double value) -
Uses of ClusterMetrics in com.yahoo.vespa.hosted.controller.api.integration.configserver
Methods in com.yahoo.vespa.hosted.controller.api.integration.configserver that return types with arguments of type ClusterMetrics Modifier and Type Method Description java.util.List<ClusterMetrics>ConfigServer. getDeploymentMetrics(DeploymentId deployment)
-