Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ GetWorkerID
Method
GetWorkerID
modules/backendscheduler/work/job.go:113–117 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
111
}
112
113
func
(j *Job) GetWorkerID() string {
114
j.mtx.Lock()
115
defer
j.mtx.Unlock()
116
return
j.WorkerID
117
}
118
119
func
(j *Job) Tenant() string {
120
j.mtx.Lock()
Callers
3
Next
Method · 0.80
StatusHandler
Method · 0.80
GetJobForWorker
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected