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

TypeAlias KeyPath

tempodb/backend/raw.go:40–40  ·  view source on GitHub ↗

KeyPath is an ordered set of strings that govern where data is read/written from the backend

Source from the content-addressed store, hash-verified

38// KeyPath is an ordered set of strings that govern where data is read/written
39// from the backend
40type KeyPath []string
41
42// FindFunc is executed for each object in the backend. The provided FindMatch
43// are used to determine how to handle the object. Any collection of these

Callers 5

writeBadBlockFilesFunction · 0.92
WriteTenantIndexMethod · 0.85
TenantIndexMethod · 0.85
tenantIndexProtoMethod · 0.85
TestKeyPathForBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected