Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChannelManifold ¶ added in v0.13.0
type ChannelManifold struct {
// contains filtered or unexported fields
}
func (*ChannelManifold) Enqueue ¶ added in v0.13.0
func (m *ChannelManifold) Enqueue(envelopes []envelope.Envelope) error
func (*ChannelManifold) GetRegistry ¶ added in v0.13.0
func (m *ChannelManifold) GetRegistry() *registry.Registry
func (*ChannelManifold) Initialize ¶ added in v0.13.0
func (m *ChannelManifold) Initialize(registry *registry.Registry, sinks *[]backendutils.Sink, conf *config.Config, metadata *meta.CollectorMeta) error
func (*ChannelManifold) Shutdown ¶ added in v0.13.0
func (m *ChannelManifold) Shutdown() error
type KernelBufferManifold ¶ added in v0.13.0
type KernelBufferManifold struct { }
type SimpleManifold ¶
type SimpleManifold struct {
// contains filtered or unexported fields
}
A stupid-simple manifold with strict guarantees. This manifold requires buffering at the client level for substantial event volumes. Otherwise it will probably overload the configured sink(s).
func (*SimpleManifold) Enqueue ¶ added in v0.13.0
func (m *SimpleManifold) Enqueue(envelopes []envelope.Envelope) error
func (*SimpleManifold) GetRegistry ¶ added in v0.13.0
func (m *SimpleManifold) GetRegistry() *registry.Registry
func (*SimpleManifold) Initialize ¶
func (m *SimpleManifold) Initialize(registry *registry.Registry, sinks *[]backendutils.Sink, conf *config.Config, metadata *meta.CollectorMeta) error
func (*SimpleManifold) Shutdown ¶ added in v0.13.0
func (m *SimpleManifold) Shutdown() error
Click to show internal directories.
Click to hide internal directories.