MCPcopy Create free account
hub / github.com/prometheus/prometheus / Index

Method Index

tsdb/block.go:148–148  ·  view source on GitHub ↗

Index returns an IndexReader over the block's data.

()

Source from the content-addressed store, hash-verified

146type BlockReader interface {
147 // Index returns an IndexReader over the block's data.
148 Index() (IndexReader, error)
149
150 // Chunks returns a ChunkReader over the block's data.
151 Chunks() (ChunkReader, error)

Implementers 6

erringBReadertsdb/compact_test.go
Headtsdb/head.go
mockBReadertsdb/mocks_test.go
RangeHeadtsdb/head.go
OOOCompactionHeadtsdb/ooo_head_read.go
Blocktsdb/block.go

Calls

no outgoing calls