diff --git a/plugins/inputs/vsphere/endpoint.go b/plugins/inputs/vsphere/endpoint.go index b0aab7dfdd637..8e99b4483356e 100644 --- a/plugins/inputs/vsphere/endpoint.go +++ b/plugins/inputs/vsphere/endpoint.go @@ -891,7 +891,7 @@ func (e *Endpoint) chunkify(ctx context.Context, res *resourceKind, now time.Tim // Determine time of last successful collection metricName := e.getMetricNameForID(metric.CounterId) if metricName == "" { - e.log.Infof("Unable to find metric name for id %d. Skipping!", metric.CounterId) + e.log.Debugf("Unable to find metric name for id %d. Skipping!", metric.CounterId) continue } start, ok := e.hwMarks.Get(obj.ref.Value, metricName)