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

Allow multiple SpanProcessors per TracerProvider #664

Closed
jsuereth opened this issue Apr 7, 2021 · 0 comments · Fixed by #692
Closed

Allow multiple SpanProcessors per TracerProvider #664

jsuereth opened this issue Apr 7, 2021 · 0 comments · Fixed by #692
Assignees
Labels
area:sdk enhancement New feature or request
Milestone

Comments

@jsuereth
Copy link
Contributor

jsuereth commented Apr 7, 2021

The Specification states:

  • Span processors can be registered directly on SDK TracerProvider and they are invoked in the same order as they were registered.
  • Each processor registered on TracerProvider is a start of pipeline that consist of span processor and optional exporter. SDK MUST allow to end each pipeline with individual exporter.

This is a feature request to add a MultiSpanProcessor or AggregateSpanProcessor which can be used to register more than one pipeline with the SDK for processing spans.

An example (abandoned) pr: #590

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:sdk enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants