Versions in this module Expand all Collapse all v0 v0.0.1 May 18, 2026 Changes in this version + const DefaultEndpoint + const DefaultFlushPeriod + const DefaultServiceName + const DefaultTimeout + type Exporter struct + func NewExporter(ctx context.Context, opts ...Option) *Exporter + func (e *Exporter) Flush() + func (e *Exporter) ProcessEvent(ctx context.Context, ev core.Event, lm label.Map) context.Context + type Option func(*Exporter) + func WithEndpoint(endpoint string) Option + func WithFlushPeriod(period time.Duration) Option + func WithServiceName(name string) Option + func WithServiceVersion(version string) Option + func WithTimeout(timeout time.Duration) Option