Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ NewCompactor
Function
NewCompactor
tempodb/encoding/vparquet4/compactor.go:23–25 ·
view source on GitHub ↗
(opts common.CompactionOptions)
Source
from the content-addressed store, hash-verified
21
)
22
23
func
NewCompactor(opts common.CompactionOptions) *Compactor {
24
return
&Compactor{opts: opts}
25
}
26
27
type
Compactor
struct
{
28
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