Uses of Class
com.yahoo.vespa.hosted.controller.api.application.v4.model.ProtonMetrics
-
Packages that use ProtonMetrics Package Description com.yahoo.vespa.hosted.controller.api.application.v4.model com.yahoo.vespa.hosted.controller.api.integration.configserver -
-
Uses of ProtonMetrics in com.yahoo.vespa.hosted.controller.api.application.v4.model
Methods in com.yahoo.vespa.hosted.controller.api.application.v4.model that return ProtonMetrics Modifier and Type Method Description ProtonMetricsProtonMetrics. addMetric(java.lang.String name, double value) -
Uses of ProtonMetrics 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 ProtonMetrics Modifier and Type Method Description java.util.List<ProtonMetrics>ConfigServer. getProtonMetrics(DeploymentId deployment)
-