manifold

package
v0.15.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 27, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

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 Manifold

type Manifold interface {
	Initialize(registry *registry.Registry, sinks *[]backendutils.Sink, conf *config.Config, metadata *meta.CollectorMeta) error
	Enqueue(envelopes []envelope.Envelope) error
	GetRegistry() *registry.Registry
	Shutdown() error
}

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL