提交 ac48df26 编写于 作者: B Bartlomiej Plotka

Removed Thanos usage mentions.

Signed-off-by: NBartlomiej Plotka <bwplotka@gmail.com>
上级 6ba28869
......@@ -332,7 +332,6 @@ func splitByRange(ds []dirMeta, tr int64) [][]dirMeta {
// CompactBlockMetas merges many block metas into one, combining it's source blocks together
// and adjusting compaction level.
// NOTE(bwplotka): Used by Thanos code.
func CompactBlockMetas(uid ulid.ULID, blocks ...*BlockMeta) *BlockMeta {
res := &BlockMeta{
ULID: uid,
......
......@@ -769,7 +769,6 @@ func (m mergedStringIter) Err() error {
}
// DeletedIterator wraps chunk Iterator and makes sure any deleted metrics are not returned.
// NOTE(bwplotka): Used by Thanos code.
type DeletedIterator struct {
// Iter is an Iterator to be wrapped.
Iter chunkenc.Iterator
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册