Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(nginxAppProtectMonitoringConfig *NginxAppProtectMonitoringConfig, commonDims *metrics.CommonDim) (*Manager, error)
func (*Manager) OutChannel ¶
OutChannel returns processorChan channel which will publish events
type NginxAppProtectMonitoringConfig ¶ added in v2.24.0
type NginxAppProtectMonitoringConfig struct {
CollectorBufferSize int `mapstructure:"collector_buffer_size" yaml:"-"`
ProcessorBufferSize int `mapstructure:"processor_buffer_size" yaml:"-"`
SyslogIP string `mapstructure:"syslog_ip" yaml:"-"`
SyslogPort int `mapstructure:"syslog_port" yaml:"-"`
ReportInterval time.Duration `mapstructure:"report_interval" yaml:"-"`
ReportCount int `mapstructure:"report_count" yaml:"-"`
}
Click to show internal directories.
Click to hide internal directories.