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

Method BlockRetentionForTenant

tempodb/tempodb.go:135–135  ·  view source on GitHub ↗
(tenantID string)

Source from the content-addressed store, hash-verified

133
134type CompactorOverrides interface {
135 BlockRetentionForTenant(tenantID string) time.Duration
136 CompactionDisabledForTenant(tenantID string) bool
137 MaxBytesPerTraceForTenant(tenantID string) int
138 MaxCompactionRangeForTenant(tenantID string) time.Duration

Callers 1

retainTenantMethod · 0.65

Implementers 2

mockOverridestempodb/compactor_test.go
BackendWorkermodules/backendworker/backendworker.go

Calls

no outgoing calls

Tested by

no test coverage detected