aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2021-10-27 12:19:00 +0200
committerHarald Musum <musum@yahooinc.com>2021-10-27 12:19:00 +0200
commit6a56b08b1df88a2d5b20748c13d670ba41e6749d (patch)
treeed697dd29c01fb9b5c575a5a271e742e582847aa /metrics-proxy
parent76f8522585513af9edafc99fe40a0cf46cd49344 (diff)
Lower log level
Diffstat (limited to 'metrics-proxy')
-rw-r--r--metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetriever.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetriever.java b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetriever.java
index 69d88ed1ecd..2ddbc71268c 100644
--- a/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetriever.java
+++ b/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetriever.java
@@ -1,4 +1,4 @@
-// Copyright 2020 Oath Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
+// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package ai.vespa.metricsproxy.http.application;
import ai.vespa.metricsproxy.metric.model.ConsumerId;
@@ -118,7 +118,7 @@ public class ApplicationMetricsRetriever extends AbstractComponent implements Ru
}
public Map<Node, List<MetricsPacket>> getMetrics(ConsumerId consumer) {
- log.log(Level.INFO, () -> "Retrieving metrics from " + clients.size() + " nodes.");
+ log.log(Level.FINE, () -> "Retrieving metrics from " + clients.size() + " nodes.");
synchronized (pollThread) {
if (consumerSet.add(consumer)) {
// Wakeup poll thread first time we see a new consumer