mirror of
https://github.com/prometheus/prometheus.git
synced 2025-01-11 22:07:27 -08:00
[comments] change the word "liike" to "like" (#6859)
Signed-off-by: fuling <fuling.lgz@alibaba-inc.com>
This commit is contained in:
parent
91ddd67c67
commit
f7a322fa6d
|
@ -157,7 +157,7 @@ type Series interface {
|
||||||
|
|
||||||
// ChunkSeriesSet exposes the chunks and intervals of a series instead of the
|
// ChunkSeriesSet exposes the chunks and intervals of a series instead of the
|
||||||
// actual series itself.
|
// actual series itself.
|
||||||
// TODO(bwplotka): Move it to Series liike Iterator that iterates over chunks and avoiding loading all of them at once.
|
// TODO(bwplotka): Move it to Series like Iterator that iterates over chunks and avoiding loading all of them at once.
|
||||||
type ChunkSeriesSet interface {
|
type ChunkSeriesSet interface {
|
||||||
Next() bool
|
Next() bool
|
||||||
At() (labels.Labels, []chunks.Meta, tombstones.Intervals)
|
At() (labels.Labels, []chunks.Meta, tombstones.Intervals)
|
||||||
|
|
Loading…
Reference in a new issue