Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Tenant
Method
Tenant
modules/backendscheduler/work/job.go:119–124 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
117
}
118
119
func
(j *Job) Tenant() string {
120
j.mtx.Lock()
121
defer
j.mtx.Unlock()
122
123
return
j.JobDetail.Tenant
124
}
125
126
func
(j *Job) GetCompactionInput() []string {
127
j.mtx.Lock()
Callers
15
testPersistenceAndRecovery
Function · 0.80
Next
Method · 0.80
UpdateJob
Method · 0.80
replayWorkOnBlocklist
Method · 0.80
StatusHandler
Method · 0.80
TestFullMarshalUnmarshal
Function · 0.80
TestPendingRoundTrip_MarshalUnmarshal
Function · 0.80
AddJob
Method · 0.80
NextPendingJob
Method · 0.80
HasJobsForTenant
Method · 0.80
runningBlockKeys
Function · 0.80
TestCompactionProvider
Function · 0.80
Calls
no outgoing calls
Tested by
8
testPersistenceAndRecovery
Function · 0.64
TestFullMarshalUnmarshal
Function · 0.64
TestPendingRoundTrip_MarshalUnmarshal
Function · 0.64
TestCompactionProvider
Function · 0.64
TestCompactionProvider_EmptyStart
Function · 0.64
TestCompactionProvider_InFlightJobsPreventDuplicates
Function · 0.64
TestRetentionProvider
Function · 0.64
TestRetentionProviderSkipsRedactionPending
Function · 0.64