Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle case where prometheus calls Seek() on an empty SeriesIterator
Found a case where sometimes prometheus's buffer calls Seek() on an iterator that previously returned false in Next(). This keeps it from panicing
- Loading branch information