Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RiemannSocketListener ¶
type RiemannSocketListener struct { ServiceAddress string `toml:"service_address"` MaxConnections int `toml:"max_connections"` ReadBufferSize config.Size `toml:"read_buffer_size"` ReadTimeout *config.Duration `toml:"read_timeout"` KeepAlivePeriod *config.Duration `toml:"keep_alive_period"` SocketMode string `toml:"socket_mode"` tlsint.ServerConfig Log telegraf.Logger `toml:"-"` telegraf.Accumulator // contains filtered or unexported fields }
func (*RiemannSocketListener) Gather ¶
func (rsl *RiemannSocketListener) Gather(_ telegraf.Accumulator) error
func (*RiemannSocketListener) SampleConfig ¶
func (*RiemannSocketListener) SampleConfig() string
func (*RiemannSocketListener) Start ¶
func (rsl *RiemannSocketListener) Start(acc telegraf.Accumulator) error
func (*RiemannSocketListener) Stop ¶
func (rsl *RiemannSocketListener) Stop()
Click to show internal directories.
Click to hide internal directories.