Browse Source

Update scrape/scrape.go

Signed-off-by: George Krajcsovits <krajorama@users.noreply.github.com>
pull/14978/head
George Krajcsovits 1 month ago committed by GitHub
parent
commit
877fd2a60e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      scrape/scrape.go

3
scrape/scrape.go

@ -1751,9 +1751,6 @@ loop:
} else {
ref, err = app.AppendHistogram(ref, lset, t, nil, fh)
}
if err != nil {
fmt.Printf("Error when appending histogram in scrape loop: %s\n", err)
}
} else {
ref, err = app.Append(ref, lset, t, val)
}

Loading…
Cancel
Save