Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add NewExportPipeline and InstallNewPipeline for otlp #1373

Merged
merged 15 commits into from
Apr 8, 2021
Prev Previous commit
Update exporters/otlp/otlp.go
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
  • Loading branch information
Sergei Semenchuk and MrAlias committed Apr 8, 2021
commit c00d808e95853f0c85376d2a07b91117824686cb
2 changes: 1 addition & 1 deletion exporters/otlp/otlp.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (e *Exporter) ExportSpans(ctx context.Context, ss []*tracesdk.SpanSnapshot)
}

// NewExportPipeline sets up a complete export pipeline
// with the recommended setup for trace provider.
// with the recommended TracerProvider setup.
func NewExportPipeline(ctx context.Context, driver ProtocolDriver, exporterOpts ...ExporterOption) (*Exporter,
*sdktrace.TracerProvider, *basic.Controller, error) {

Expand Down