Skip to content

Commit 9274724

Browse files
committed
nit: warn instead of info
1 parent 7485d61 commit 9274724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

receiver/awscontainerinsightreceiver/internal/neuron/neuron_empty_metric_decorator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ func (ed *EmptyMetricDecorator) addNeuronCorePerDeviceAttribute(metrics pmetric.
191191
dataPoints.At(j).Attributes().PutStr(neuronCorePerDeviceKey, attributeValue)
192192
}
193193
default:
194-
ed.Logger.Info("Metric type not supported", zap.String("metricType", m.Type().String()))
194+
ed.Logger.Warn("Metric type not supported", zap.String("metricType", m.Type().String()))
195195
}
196196
}
197197
}

0 commit comments

Comments
 (0)