Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ReceivedChunks = prometheus.NewCounterVec(prometheus.CounterOpts{ Namespace: "cortex", Name: "migration_writer_received_chunks_total", Help: "The total number of chunks received by this writer", }, nil) )
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { StorageConfig storage.Config `yaml:"storage"` SchemaConfig chunk.SchemaConfig `yaml:"schema"` NumWorkers int `yaml:"num_workers"` }
Config configures the Writer struct
type Mapper ¶
Mapper is used to update and reencode chunks with new User Ids It can also serve as a struct to map other aspects of chunks in the future as more migration needs arise TODO: Add functionality to add/edit/drop labels
Click to show internal directories.
Click to hide internal directories.