Documentation
¶
Index ¶
Constants ¶
View Source
const ( DefaultBatchSize = 200 DefaultBatchTime = 30 * time.Second DefaultRetryCount = 3 DefaultRetryBackoff = 300 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
func WithBatchSize ¶
func WithBatchTime ¶
Types ¶
type FlowGrpcClient ¶
type FlowGrpcClient struct {
// contains filtered or unexported fields
}
func NewFlowGrpcClient ¶
func NewFlowGrpcClient(serverURL string, optFns ...func(*Options)) *FlowGrpcClient
func (*FlowGrpcClient) Start ¶
func (c *FlowGrpcClient) Start() error
func (*FlowGrpcClient) Stop ¶
func (c *FlowGrpcClient) Stop() error
type StdoutExporter ¶
type StdoutExporter struct{}
func NewStdoutExporter ¶
func NewStdoutExporter() *StdoutExporter
Click to show internal directories.
Click to hide internal directories.