Skip to content

Commit

Permalink
Fix spellcheck
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Petkovski <filip.petkovsky@gmail.com>
  • Loading branch information
fpetkovski committed Oct 15, 2024
1 parent 0a15c2b commit cfdcafb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
check_filenames: false
check_hidden: true
skip: ./pkg/ui/*,./pkg/store/6545postingsrepro,./internal/*,./mixin/vendor/*,./.bingo/*,go.mod,go.sum
ignore_words_list: intrumentation,mmaped,nd,ot,re-use,ser,serie,sme,sudu,tast,te
ignore_words_list: intrumentation,mmaped,nd,ot,re-use,ser,serie,sme,sudu,tast,te,ans

e2e:
strategy:
Expand Down
2 changes: 1 addition & 1 deletion pkg/receive/writer.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ func (r *Writer) Write(ctx context.Context, tenantID string, wreq []prompb.TimeS
errorTracker.addHistogramError(err, tLogger, lset, hp.Timestamp)
}

// Current implemetation of app.AppendExemplar doesn't create a new series, so it must be already present.
// Current implementation of app.AppendExemplar doesn't create a new series, so it must be already present.
// We drop the exemplars in case the series doesn't exist.
if ref != 0 && len(t.Exemplars) > 0 {
for _, ex := range t.Exemplars {
Expand Down

0 comments on commit cfdcafb

Please sign in to comment.