Skip to content

Commit ac8f30b

Browse files
committed
CR 1 - namings, consts and handler functions
1 parent 37ccaf5 commit ac8f30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/autoscaler/metricsclient/prometheus.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ func (pc *PrometheusMetricsClient) GetResourceMetrics(resources []scalertypes.Re
125125
}
126126

127127
if len(warnings) > 0 {
128-
pc.logger.WarnWith("Prometheus query warnings",
128+
pc.logger.WarnWith("Prometheus query returned warnings",
129129
"metricName", metricName,
130130
"windowSize", windowSize,
131131
"warnings", warnings)

0 commit comments

Comments
 (0)