MCPcopy
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
113func (j *Job) GetWorkerID() string {
114 j.mtx.Lock()
115 defer j.mtx.Unlock()
116 return j.WorkerID
117}
118
119func (j *Job) Tenant() string {
120 j.mtx.Lock()

Callers 3

NextMethod · 0.80
StatusHandlerMethod · 0.80
GetJobForWorkerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected