Skip to content

Commit

Permalink
Update internal/component/database_observability/mysql/collector/quer…
Browse files Browse the repository at this point in the history
…y_sample.go

Co-authored-by: MattNolf <[email protected]>
  • Loading branch information
cristiangreco and matthewnolf authored Jan 22, 2025
1 parent 5c1948a commit 40183ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ func (c *QuerySample) fetchQuerySamples(ctx context.Context) error {
}

if err := rs.Err(); err != nil {
level.Error(c.logger).Log("msg", "error during iteration over samples result set", "err", err)
level.Error(c.logger).Log("msg", "error during iterating over samples result set", "err", err)
return err
}

Expand Down

0 comments on commit 40183ea

Please sign in to comment.