Open
Description
Is your feature request related to a problem? Please describe.
The current copy of Cortex is implemented through consistent hashing, and the location of the copy (Inageter node) is determined at the beginning of the metric data writing. In the case that some metric samples are relatively large, the load of different Ingester nodes will vary greatly.
Describe the solution you'd like
Whether we can implement dynamic replicas (shards), we can dynamically schedule between different Ingester nodes based on size, time slice, load, etc.
Describe alternatives you've considered
Additional context
Metadata
Metadata
Assignees
Labels
No labels