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

Method RetainTenantWithConfig

tempodb/tempodb.go:124–124  ·  view source on GitHub ↗
(ctx context.Context, tenantID string, cfg *CompactorConfig, sharder CompactorSharder, overrides CompactorOverrides)

Source from the content-addressed store, hash-verified

122 MarkBlocklistCompacted(tenantID string, outputIDs, inputIDs []*backend.BlockMeta) error
123 RetainWithConfig(ctx context.Context, cfg *CompactorConfig, sharder CompactorSharder, overrides CompactorOverrides)
124 RetainTenantWithConfig(ctx context.Context, tenantID string, cfg *CompactorConfig, sharder CompactorSharder, overrides CompactorOverrides)
125
126 RedactBlock(ctx context.Context, meta *backend.BlockMeta, tenantID string, traceIDs []common.ID) (rewrote bool, found int, newMeta *backend.BlockMeta, err error)
127}

Callers 1

processRetentionJobMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected