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

Function newQuarantine

modules/livestore/quarantine.go:36–38  ·  view source on GitHub ↗
(grace time.Duration)

Source from the content-addressed store, hash-verified

34}
35
36func newQuarantine(grace time.Duration) *quarantine {
37 return &quarantine{grace: grace}
38}
39
40func (q *quarantine) add(blockID uuid.UUID, tenant, blockType string, fn reclaimFn) {
41 q.mtx.Lock()

Calls

no outgoing calls