Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FirehoseConfig ¶
type FirehoseNozzle ¶
type FirehoseNozzle struct { Readerrs chan error Stats *stats.Stats // contains filtered or unexported fields }
func NewFirehoseNozzle ¶
func NewFirehoseNozzle( eventRouting eventRouting.EventRouting, firehoseconfig *FirehoseConfig, stats *stats.Stats, httpClient doer, ) *FirehoseNozzle
func (*FirehoseNozzle) Draining ¶
func (f *FirehoseNozzle) Draining(ctx context.Context)
func (*FirehoseNozzle) ReadLogsBuffer ¶
func (f *FirehoseNozzle) ReadLogsBuffer(ctx context.Context)
func (*FirehoseNozzle) Start ¶
func (f *FirehoseNozzle) Start(ctx context.Context)
Start consumer and reading ingest loop
type Streamer ¶
type Streamer interface {
Stream(ctx context.Context, req *loggregator_v2.EgressBatchRequest) loggregator.EnvelopeStream
}
Click to show internal directories.
Click to hide internal directories.