Skip to content

Commit

Permalink
fix typo (#4152)
Browse files Browse the repository at this point in the history
* fix typo

* Update internal/signalfx-agent/pkg/monitors/vsphere/service/points.go

Co-authored-by: Ryan Fitzpatrick <[email protected]>

* Update internal/signalfx-agent/pkg/monitors/vsphere/service/points.go

Co-authored-by: Ryan Fitzpatrick <[email protected]>

---------

Co-authored-by: Ryan Fitzpatrick <[email protected]>
  • Loading branch information
atoulme and rmfitzpatrick authored Jan 16, 2024
1 parent 4241557 commit f43ea7c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand All @@ -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
}

Expand Down

0 comments on commit f43ea7c

Please sign in to comment.