package
1.19.0
Repository: https://github.com/cortexproject/cortex.git
Documentation: pkg.go.dev

# Functions

# Constants

BlockVisitMarkerFile is the known json filename for representing the most recent compactor visit.
CleanerVisitMarkerName is the name of cleaner visit marker file.
CleanerVisitMarkerVersion1 is the current supported version of cleaner visit mark file.
PartitionVisitMarkerDirectory is the name of directory where all visit markers are saved.
PartitionVisitMarkerFilePrefix is the known prefix of json filename for representing the most recent compactor visit.
PartitionVisitMarkerFileSuffix is the known suffix of json filename for representing the most recent compactor visit.
PartitionVisitMarkerVersion1 is the current supported version of visit-mark file.
VisitMarkerVersion1 is the current supported version of visit-mark file.

# Variables

# Structs

# Interfaces

ConfigProvider defines the per-tenant config provider for the Compactor.
Limits defines limits used by the Compactor.

# Type aliases

BlocksCompactorFactory builds and returns the compactor and planner to use to compact a tenant's blocks.
BlocksGrouperFactory builds and returns the grouper to use to compact a tenant's blocks.