Skip to content

Commit

Permalink
Multiple span processors/exporters may exist in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachel Klein committed Oct 23, 2020
1 parent e146850 commit 12777b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/trace/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -294,8 +294,8 @@ 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 a pipeline that consists
of a span processor and an optional exporter. The SDK MUST allow to end each pipeline with
individual exporter.
of one or more span processors and, optionally, one or more exporters. The SDK MUST
allow ending each pipeline with an individual exporter.

The SDK MUST allow users to implement and configure custom processors and decorate
built-in processors for advanced scenarios such as tagging or filtering.
Expand Down

0 comments on commit 12777b7

Please sign in to comment.