We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ccaf5 commit ac8f30bCopy full SHA for ac8f30b
pkg/autoscaler/metricsclient/prometheus.go
@@ -125,7 +125,7 @@ func (pc *PrometheusMetricsClient) GetResourceMetrics(resources []scalertypes.Re
125
}
126
127
if len(warnings) > 0 {
128
- pc.logger.WarnWith("Prometheus query warnings",
+ pc.logger.WarnWith("Prometheus query returned warnings",
129
"metricName", metricName,
130
"windowSize", windowSize,
131
"warnings", warnings)
0 commit comments