Skip to content

Commit

Permalink
Update internal/component/database_observability/mysql/collector/sche…
Browse files Browse the repository at this point in the history
…ma_table.go
  • Loading branch information
cristiangreco authored Jan 22, 2025
1 parent 085924b commit 7cf0a7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ func (c *SchemaTable) extractSchema(ctx context.Context) error {
}

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

0 comments on commit 7cf0a7b

Please sign in to comment.