Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultThrottle = 50000 DefaultDecoderQueueCount = 2 DefaultDecoderQueueSize = 10000 DefaultBrokerQueueSize = 10000 DefaultFlowLogTTL = 3 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Base *config.Config CKWriterConfig config.CKWriterConfig `yaml:"flowlog-ck-writer"` Throttle int `yaml:"throttle"` L4Throttle int `yaml:"l4-throttle"` L7Throttle int `yaml:"l7-throttle"` FlowLogTTL FlowLogTTL `yaml:"flow-log-ttl"` DecoderQueueCount int `yaml:"decoder-queue-count"` DecoderQueueSize int `yaml:"decoder-queue-size"` }
type FlowLogConfig ¶
type FlowLogConfig struct {
FlowLog Config `yaml:"ingester"`
}
type FlowLogTTL ¶
Click to show internal directories.
Click to hide internal directories.