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

Method Start

modules/backendscheduler/provider/types.go:13–13  ·  view source on GitHub ↗

Start begins the provider's job generation and returns a channel of jobs

(ctx context.Context)

Source from the content-addressed store, hash-verified

11type Provider interface {
12 // Start begins the provider's job generation and returns a channel of jobs
13 Start(ctx context.Context) <-chan *work.Job
14}
15
16// Scheduler interface defines the methods providers need from the scheduler

Callers 15

CompactWithConfigMethod · 0.65
FindMethod · 0.65
CompactMethod · 0.65
appendBlockMethod · 0.65
finishBlockMethod · 0.65
checkBloomMethod · 0.65
checkIndexMethod · 0.65
FindTraceByIDMethod · 0.65
FindTraceByIDMethod · 0.65
SearchMethod · 0.65
SearchTagsMethod · 0.65
SearchTagValuesMethod · 0.65

Calls

no outgoing calls

Tested by 9

TestOTLPLimitsFunction · 0.52
TestReceiversFunction · 0.52
TestLiveStoreLookbackFunction · 0.52
runOTelExporterFunction · 0.52
TestRetentionProviderFunction · 0.52