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

Struct localCompleteBlockOp

modules/livestore/complete_block_lifecycle.go:126–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

124}
125
126type localCompleteBlockOp struct {
127 tenantID string
128 block *LocalBlock
129 at time.Time
130 attempts int
131}
132
133var _ flushqueues.Op = (*localCompleteBlockOp)(nil)
134

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected