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

Method Append

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

Append starts or continues an Append job. Pass nil to AppendTracker to start a job.

(ctx context.Context, name string, blockID uuid.UUID, tenantID string, tracker AppendTracker, buffer []byte)

Source from the content-addressed store, hash-verified

48 WriteBlockMeta(ctx context.Context, meta *BlockMeta) error
49 // Append starts or continues an Append job. Pass nil to AppendTracker to start a job.
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

Callers 1

TestWriterFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestWriterFunction · 0.76