diff --git a/internal/signalfx-agent/pkg/monitors/vsphere/service/points.go b/internal/signalfx-agent/pkg/monitors/vsphere/service/points.go index 0bf6fafe15..47a1bf68e1 100644 --- a/internal/signalfx-agent/pkg/monitors/vsphere/service/points.go +++ b/internal/signalfx-agent/pkg/monitors/vsphere/service/points.go @@ -55,7 +55,7 @@ func (svc *PointsSvc) FetchPoints(vsInfo *model.VsphereInfo, numSamplesReqd int3 if !ok { svc.log.WithField( "baseMetric", baseMetric, - ).Error("Type coersion to PerfEntityMetric failed") + ).Error("Type assertion to PerfEntityMetric failed") continue } @@ -69,7 +69,7 @@ func (svc *PointsSvc) FetchPoints(vsInfo *model.VsphereInfo, numSamplesReqd int3 if !ok { svc.log.WithField( "metric", metric, - ).Error("Type coersion to PerfMetricIntSeries failed") + ).Error("Type assertion to PerfMetricIntSeries failed") continue }