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

Method MigrateBlock

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

MigrateBlock from one backend and tenant to another.

(ctx context.Context, fromMeta, toMeta *backend.BlockMeta, from backend.Reader, to backend.Writer)

Source from the content-addressed store, hash-verified

46
47 // MigrateBlock from one backend and tenant to another.
48 MigrateBlock(ctx context.Context, fromMeta, toMeta *backend.BlockMeta, from backend.Reader, to backend.Writer) error
49
50 // OpenWALBlock opens an existing appendable block for the WAL
51 OpenWALBlock(filename, path string, ingestionSlack, additionalStartSlack time.Duration) (common.WALBlock, error, error)

Callers 1

RunMethod · 0.65

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