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

Function LatestEncoding

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

LatestEncoding returns the most recent encoding.

()

Source from the content-addressed store, hash-verified

101
102// LatestEncoding returns the most recent encoding.
103func LatestEncoding() VersionedEncoding {
104 return vparquet4.Encoding{}
105}
106
107// AllEncodings returns all encodings
108func AllEncodings() []VersionedEncoding {

Callers 10

newStoreWithLoggerFunction · 0.92
newStoreWithLoggerFunction · 0.92
defaultConfigFunction · 0.92
newStoreWithLoggerFunction · 0.92
newStoreWithLoggerFunction · 0.92
writeTenantBlocksFunction · 0.92
newTestStoreFunction · 0.92
TestCoalesceVersionFunction · 0.85

Calls

no outgoing calls

Tested by 10

newStoreWithLoggerFunction · 0.74
newStoreWithLoggerFunction · 0.74
defaultConfigFunction · 0.74
newStoreWithLoggerFunction · 0.74
newStoreWithLoggerFunction · 0.74
writeTenantBlocksFunction · 0.74
newTestStoreFunction · 0.74
TestCoalesceVersionFunction · 0.68