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(uaaR *uaatokenrefresher.UAATokenRefresher, eventRouting eventRouting.EventRouting, firehoseconfig *FirehoseConfig, stats *stats.Stats) *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
Click to show internal directories.
Click to hide internal directories.