Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ GetID
Method
GetID
modules/backendscheduler/work/job.go:71–75 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
69
}
70
71
func
(j *Job) GetID() string {
72
j.mtx.Lock()
73
defer
j.mtx.Unlock()
74
return
j.ID
75
}
76
77
func
(j *Job) GetStatus() tempopb.JobStatus {
78
j.mtx.Lock()
Callers
3
TestStatus
Function · 0.95
Next
Method · 0.80
StatusHandler
Method · 0.80
Calls
no outgoing calls
Tested by
1
TestStatus
Function · 0.76