Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ GetStatus
Method
GetStatus
modules/backendscheduler/work/job.go:77–81 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
75
}
76
77
func
(j *Job) GetStatus() tempopb.JobStatus {
78
j.mtx.Lock()
79
defer
j.mtx.Unlock()
80
return
j.Status
81
}
82
83
func
(j *Job) GetCreatedTime() time.Time {
84
j.mtx.Lock()
Callers
13
testJobOperations
Function · 0.95
spanFailed
Method · 0.45
aggregateMetricsForSpan
Method · 0.45
logSpan
Function · 0.45
testPersistenceAndRecovery
Function · 0.45
replayWorkOnBlocklist
Method · 0.45
applyJobsToBlocklist
Method · 0.45
StatusHandler
Method · 0.45
Prune
Method · 0.45
GetJobForWorker
Method · 0.45
Unmarshal
Method · 0.45
rebuildPendingIndexes
Method · 0.45
Calls
no outgoing calls
Tested by
2
testJobOperations
Function · 0.76
testPersistenceAndRecovery
Function · 0.36