Skip to content

Commit

Permalink
Update compliance matrix for removal of SpanContext or Span as parent (
Browse files Browse the repository at this point in the history
…open-telemetry#510) (open-telemetry#1079)

* Update compliance matrix for open-telemetry#510.

* Java implemented this already.

* Add: SpanProcessor.OnStart receives parent Context
  • Loading branch information
Oberon00 authored Oct 13, 2020
1 parent 5f4c5d2 commit ae1f130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ status of the feature is not known.
|Create root span | + | + | + | + | + | + | + | + | + | + |
|Create with default parent (active span) | + | + | + | + | + | + | + | + | + | + |
|Create with parent from Context | + | + | + | + | + | + | + | + | + | + |
|Create with explicit parent Span | + | + | + | + | + | + | + | - | + | + |
|Create with explicit parent SpanContext | - | + | + | + | + | + | | - | + | + |
|No explicit parent Span/SpanContext allowed | | + | | | | | | | | |
|SpanProcessor.OnStart receives parent Context | | | | | | | | | | |
|UpdateName | + | + | + | + | + | + | + | + | - | + |
|User-defined start timestamp | + | + | + | + | + | + | + | + | + | + |
|End | + | + | + | + | + | + | + | + | + | + |
Expand Down

0 comments on commit ae1f130

Please sign in to comment.