Versions in this module Expand all Collapse all v1 v1.0.0 Dec 5, 2022 Changes in this version + func NewReporter(url string, opts ...ReporterOption) reporter.Reporter + type HTTPDoer interface + Do func(req *http.Request) (*http.Response, error) + type ReporterOption func(r *httpReporter) + func BatchInterval(d time.Duration) ReporterOption + func BatchSize(n int) ReporterOption + func Client(client HTTPDoer) ReporterOption + func Logger(l *log.Logger) ReporterOption + func MaxBacklog(n int) ReporterOption + func RequestCallback(rc RequestCallbackFn) ReporterOption + func Serializer(serializer reporter.SpanSerializer) ReporterOption + func Timeout(duration time.Duration) ReporterOption + type RequestCallbackFn func(*http.Request)