Skip to content

Commit

Permalink
Remove ZPagesProcessor mentioned in SDK spec (open-telemetry#683)
Browse files Browse the repository at this point in the history
  • Loading branch information
arminru authored and Alex Boten committed Jul 20, 2020
1 parent 1909622 commit 743d3a5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions specification/trace/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,16 +189,16 @@ in the SDK:
```
+-----+--------------+ +-------------------------+ +-------------------+
| | | | | | |
| | | | BatchExporterProcessor | | SpanExporter |
| | +---> SimpleExporterProcessor +---> (JaegerExporter) |
| | | | Batching Span Processor | | SpanExporter |
| | +---> Simple Span Processor +---> (JaegerExporter) |
| | | | | | |
| SDK | Span.start() | +-------------------------+ +-------------------+
| | Span.end() |
| | | +---------------------+
| | | | |
| | +---> ZPagesProcessor |
| | | | |
+-----+--------------+ +---------------------+
| | |
| | |
| | |
| | |
+-----+--------------+
```

### Interface definition
Expand Down

0 comments on commit 743d3a5

Please sign in to comment.