MCPcopy
hub / github.com/grafana/tempo / OpenWALBlock

Method OpenWALBlock

tempodb/encoding/versioned.go:51–51  ·  view source on GitHub ↗

OpenWALBlock opens an existing appendable block for the WAL

(filename, path string, ingestionSlack, additionalStartSlack time.Duration)

Source from the content-addressed store, hash-verified

49
50 // OpenWALBlock opens an existing appendable block for the WAL
51 OpenWALBlock(filename, path string, ingestionSlack, additionalStartSlack time.Duration) (common.WALBlock, error, error)
52
53 // CreateWALBlock creates a new appendable block for the WAL
54 //

Callers 1

RescanBlocksMethod · 0.95

Implementers 4

Encodingtempodb/encoding/vparquet4/encoding.go
Encodingtempodb/encoding/vparquet5/encoding.go
Encodingtempodb/encoding/vparquet3/encoding.go
Encodingtempodb/encoding/unsupported/encoding.

Calls

no outgoing calls

Tested by

no test coverage detected