MCPcopy
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
77func (j *Job) GetStatus() tempopb.JobStatus {
78 j.mtx.Lock()
79 defer j.mtx.Unlock()
80 return j.Status
81}
82
83func (j *Job) GetCreatedTime() time.Time {
84 j.mtx.Lock()

Callers 13

testJobOperationsFunction · 0.95
spanFailedMethod · 0.45
logSpanFunction · 0.45
replayWorkOnBlocklistMethod · 0.45
applyJobsToBlocklistMethod · 0.45
StatusHandlerMethod · 0.45
PruneMethod · 0.45
GetJobForWorkerMethod · 0.45
UnmarshalMethod · 0.45
rebuildPendingIndexesMethod · 0.45

Calls

no outgoing calls

Tested by 2

testJobOperationsFunction · 0.76