Versions in this module Expand all Collapse all v1 v1.7.2 Mar 14, 2020 Changes in this version + var Discard transport.Transport = ErrorTransport + type ErrorTransport struct + Error error + func (t ErrorTransport) SendStream(ctx context.Context, r io.Reader) error + type Payloads struct + Errors []model.Error + Metrics []model.Metrics + Profiles [][]byte + Spans []model.Span + Transactions []model.Transaction + func (p *Payloads) Len() int + type RecorderTransport struct + func NewRecorderTracer() (*apm.Tracer, *RecorderTransport) + func (r *RecorderTransport) Metadata() (_ model.System, _ model.Process, _ model.Service, labels model.StringMap) + func (r *RecorderTransport) Payloads() Payloads + func (r *RecorderTransport) ResetPayloads() + func (r *RecorderTransport) SendProfile(ctx context.Context, metadata io.Reader, profiles ...io.Reader) error + func (r *RecorderTransport) SendStream(ctx context.Context, stream io.Reader) error