MCPcopy
hub / github.com/grafana/tempo / completeOp

Struct completeOp

modules/livestore/live_store_background.go:26–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type completeOp struct {
27 tenantID string
28 blockID uuid.UUID
29
30 at time.Time
31 attempts int
32 bo time.Duration
33 maxBackoff time.Duration
34}
35
36func (o *completeOp) Key() string { return o.tenantID + "/" + o.blockID.String() }
37

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected