Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultProfileTTL = 72 // hour DefaultDecoderQueueCount = 2 DefaultDecoderQueueSize = 1 << 14 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Base *config.Config CKWriterConfig config.CKWriterConfig `yaml:"profile-ck-writer"` ProfileTTL int `yaml:"profile-ttl-hour"` DecoderQueueCount int `yaml:"profile-decoder-queue-count"` DecoderQueueSize int `yaml:"profile-decoder-queue-size"` CompressionAlgorithm *string `yaml:"profile-compression-algorithm"` }
type ProfileConfig ¶
type ProfileConfig struct {
Profile Config `yaml:"ingester"`
}
Click to show internal directories.
Click to hide internal directories.