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
…#510) (#1079)

* Update compliance matrix for #510.

* Java implemented this already.

* Add: SpanProcessor.OnStart receives parent Context
  • Loading branch information
Oberon00 committed Oct 13, 2020
1 parent 7e0c102 commit f8ff8c3
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 f8ff8c3

Please sign in to comment.