Versions in this module Expand all Collapse all v1 v1.2.0 Nov 17, 2021 v1.1.0 Nov 3, 2021 v1.0.1 Oct 2, 2021 v1.0.0 Sep 27, 2021 v0 v0.20.0 Apr 24, 2021 v0.19.1 Apr 8, 2021 v0.19.0 Mar 23, 2021 Changes in this version type Option + func WithOptions(c ...sdktrace.TracerProviderOption) Option v0.18.0 Mar 7, 2021 v0.17.0 Feb 16, 2021 v0.16.1 Jan 18, 2021 Changes in this version + func InstallNewPipeline(opts ...Option) (func(context.Context) error, error) + func NewExportPipeline(opts ...Option) (trace.TracerProvider, func(context.Context) error, error) + type Data struct + BaseData interface{} + BaseType string + type Envelope struct + Data *Data + IKey string + Name string + SampleRate float64 + Seq string + Tags map[string]string + Time string + Ver int + type Exporter struct + func NewExporter(opts ...Option) (*Exporter, error) + func (e *Exporter) ExportSpans(ctx context.Context, spans []*export.SpanSnapshot) error + func (e *Exporter) Shutdown(ctx context.Context) error + type Option func(*Exporter) + func WithConnectionString(cs string) Option + func WithConnectionStringFromEnv() Option + func WithEndpoint(url string) Option + func WithInstrumentationKey(key string) Option + func WithInstrumentationKeyFromEnv() Option + func WithProcess(process Process) Option + func WithSDK(config sdktrace.Config) Option + type Process struct + ServiceName string + Tags []label.KeyValue + type RemoteDependencyData struct + Data string + Duration string + ID string + Measurements *map[string]float64 + Name string + Properties *map[string]string + ResultCode string + Success bool + Target string + Type string + Ver int + type RequestData struct + Duration string + ID string + Measurements *map[string]float64 + Name string + Properties *map[string]string + ResponseCode string + Source string + Success bool + URL string + Ver int