summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-12-13 11:20:14 +0100
committerHarald Musum <musum@yahooinc.com>2022-12-13 11:20:14 +0100
commit0faf8fa17d3814ef25d67534ce27050bb9c81dec (patch)
treee6091f84ea0e2837a4d429d7e1ffc1a8afb095a2
parentccc123649a2fcce756df8954f0456db9582803ed (diff)
Dummy commit to trigger build
-rw-r--r--configserver/src/main/java/com/yahoo/vespa/config/server/ApplicationRepository.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/configserver/src/main/java/com/yahoo/vespa/config/server/ApplicationRepository.java b/configserver/src/main/java/com/yahoo/vespa/config/server/ApplicationRepository.java
index c63a093a9ad..f15ab6c7370 100644
--- a/configserver/src/main/java/com/yahoo/vespa/config/server/ApplicationRepository.java
+++ b/configserver/src/main/java/com/yahoo/vespa/config/server/ApplicationRepository.java
@@ -932,6 +932,7 @@ public class ApplicationRepository implements com.yahoo.config.provision.Deploye
private List<ApplicationId> activeApplications(TenantName tenantName) {
return tenantRepository.getTenant(tenantName).getApplicationRepo().activeApplications();
}
+
// ---------------- Proton Metrics V1 ------------------------------------------------------------------------
public ProtonMetricsResponse getProtonMetrics(ApplicationId applicationId) {