Documentation
¶
Overview ¶
Package http manages creation of http-based senders
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHTTPSender ¶
func NewHTTPSender( config pkgconfigmodel.Reader, sink sender.Sink, bufferSize int, serverlessMeta sender.ServerlessMeta, endpoints *config.Endpoints, destinationsCtx *client.DestinationsContext, componentName string, contentType string, evpCategory string, queueCount int, workersPerQueue int, minWorkerConcurrency int, maxWorkerConcurrency int, secretsComp secrets.Component, pipelineMonitor metrics.PipelineMonitor, ) *sender.Sender
NewHTTPSender returns a new http sender. pipelineMonitor is caller-supplied so pipelines that shouldn't surface on the status page can pass a NoopPipelineMonitor (which owns no snapshot registry).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.