Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ NewCompactor
Function
NewCompactor
tempodb/encoding/vparquet3/compactor.go:22–24 ·
view source on GitHub ↗
(opts common.CompactionOptions)
Source
from the content-addressed store, hash-verified
20
)
21
22
func
NewCompactor(opts common.CompactionOptions) *Compactor {
23
return
&Compactor{opts: opts}
24
}
25
26
type
Compactor
struct
{
27
opts common.CompactionOptions
Callers
4
NewCompactor
Method · 0.70
benchmarkCompactor
Function · 0.70
BenchmarkCompactorDupes
Function · 0.70
TestCompact
Function · 0.70
Calls
no outgoing calls
Tested by
3
benchmarkCompactor
Function · 0.56
BenchmarkCompactorDupes
Function · 0.56
TestCompact
Function · 0.56