Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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 there is a change it will overload the configured sink(s).
func (*SimpleManifold) Distribute ¶
func (m *SimpleManifold) Distribute(envelopes []envelope.Envelope, s *stats.ProtocolStats) error
func (*SimpleManifold) Initialize ¶
func (m *SimpleManifold) Initialize(sinks *[]sink.Sink) error
Click to show internal directories.
Click to hide internal directories.