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

Method CloseAppend

tempodb/backend/backend.go:52–52  ·  view source on GitHub ↗

CloseAppend closes any resources associated with the AppendTracker

(ctx context.Context, tracker AppendTracker)

Source from the content-addressed store, hash-verified

50 Append(ctx context.Context, name string, blockID uuid.UUID, tenantID string, tracker AppendTracker, buffer []byte) (AppendTracker, error)
51 // CloseAppend closes any resources associated with the AppendTracker
52 CloseAppend(ctx context.Context, tracker AppendTracker) error
53 // WriteTenantIndex writes the two meta slices as a tenant index
54 WriteTenantIndex(ctx context.Context, tenantID string, meta []*BlockMeta, compactedMeta []*CompactedBlockMeta) error
55 // Delete deletes an object.

Callers 1

TestWriterFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestWriterFunction · 0.76