From 229765b5c295f35811164f9aa0d602095ce3b5f1 Mon Sep 17 00:00:00 2001 From: Yngve Aasheim Date: Wed, 16 Feb 2022 09:56:37 +0100 Subject: Remove non-existing metrics. --- .../java/com/yahoo/vespa/model/admin/monitoring/VespaMetricSet.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config-model/src/main/java/com/yahoo/vespa/model/admin/monitoring/VespaMetricSet.java b/config-model/src/main/java/com/yahoo/vespa/model/admin/monitoring/VespaMetricSet.java index 6aec922af85..08df221f0c1 100644 --- a/config-model/src/main/java/com/yahoo/vespa/model/admin/monitoring/VespaMetricSet.java +++ b/config-model/src/main/java/com/yahoo/vespa/model/admin/monitoring/VespaMetricSet.java @@ -580,8 +580,6 @@ public class VespaMetricSet { metrics.add(new Metric("content.proton.documentdb.matching.query_setup_time.sum")); metrics.add(new Metric("content.proton.documentdb.matching.query_setup_time.count")); metrics.add(new Metric("content.proton.documentdb.matching.docs_matched.rate")); // TODO: Consider remove in Vespa 8 - metrics.add(new Metric("content.proton.documentdb.matching.docs_matched.max")); - metrics.add(new Metric("content.proton.documentdb.matching.docs_matched.sum")); metrics.add(new Metric("content.proton.documentdb.matching.docs_matched.count")); metrics.add(new Metric("content.proton.documentdb.matching.rank_profile.queries.rate")); metrics.add(new Metric("content.proton.documentdb.matching.rank_profile.soft_doomed_queries.rate")); @@ -605,8 +603,6 @@ public class VespaMetricSet { metrics.add(new Metric("content.proton.documentdb.matching.rank_profile.rerank_time.count")); metrics.add(new Metric("content.proton.documentdb.matching.rank_profile.rerank_time.average")); // TODO: Remove in Vespa 8 metrics.add(new Metric("content.proton.documentdb.matching.rank_profile.docs_matched.rate")); // TODO: Consider remove in Vespa 8 - metrics.add(new Metric("content.proton.documentdb.matching.rank_profile.docs_matched.max")); - metrics.add(new Metric("content.proton.documentdb.matching.rank_profile.docs_matched.sum")); metrics.add(new Metric("content.proton.documentdb.matching.rank_profile.docs_matched.count")); metrics.add(new Metric("content.proton.documentdb.matching.rank_profile.limited_queries.rate")); -- cgit v1.2.3