Skip to content

Commit

Permalink
Update spec-compliance-matrix Span section for Go (#1489)
Browse files Browse the repository at this point in the history
Co-authored-by: Armin Ruech <armin.ruech@dynatrace.com>
  • Loading branch information
MrAlias and arminru authored Mar 2, 2021
1 parent 5b7ef1f commit c98e0e3
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ status of the feature is not known.
| Conforms to the W3C TraceContext spec | | | + | + | + | + | + | | + | + | + | + |
| [Span](specification/trace/api.md#span) | | | | | | | | | | | | |
| Create root span | | + | + | + | + | + | + | + | + | + | + | + |
| Create with default parent (active span) | | + | + | + | + | + | + | + | + | + | + | + |
| Create with default parent (active span) | | N/A| + | + | + | + | + | + | + | + | + | + |
| Create with parent from Context | | + | + | + | + | + | + | + | + | + | + | + |
| No explicit parent Span/SpanContext allowed | | | + | + | + | + | + | | + | | - | + |
| SpanProcessor.OnStart receives parent Context | | | + | + | + | + | + | | + | | - | + |
| No explicit parent Span/SpanContext allowed | | + | + | + | + | + | + | | + | | - | + |
| SpanProcessor.OnStart receives parent Context | | + | + | + | + | + | + | | + | | - | + |
| UpdateName | | + | + | + | + | + | + | + | + | + | + | + |
| User-defined start timestamp | | + | + | + | + | + | + | + | + | + | + | + |
| End | | + | + | + | + | + | + | + | + | + | + | + |
| End with timestamp | | + | + | + | + | + | + | + | + | + | + | + |
| IsRecording | | + | + | + | + | + | + | + | + | + | + | + |
| IsRecording becomes false after End | | | + | + | + | + | + | | | + | - | + |
| Set status with StatusCode (Unset, Ok, Error) | | | + | + | + | + | - | | + | | + | + |
| IsRecording becomes false after End | | + | + | + | + | + | + | | | + | - | + |
| Set status with StatusCode (Unset, Ok, Error) | | + | + | + | + | + | - | | + | | + | + |
| Safe for concurrent calls | | + | + | + | + | + | + | + | + | + | + | + |
| events collection size limit | | | + | + | + | + | - | | + | + | - | + |
| attribute collection size limit | | | + | + | + | + | - | | + | + | - | + |
| links collection size limit | | | + | + | + | + | - | | + | + | - | + |
| events collection size limit | | + | + | + | + | + | - | | + | + | - | + |
| attribute collection size limit | | + | + | + | + | + | - | | + | + | - | + |
| links collection size limit | | + | + | + | + | + | - | | + | + | - | + |
| [Span attributes](specification/trace/api.md#set-attributes) | | | | | | | | | | | | |
| SetAttribute | | + | + | + | + | + | + | + | + | + | + | + |
| Set order preserved | X | + | - | + | + | + | + | + | + | + | + | + |
Expand Down

0 comments on commit c98e0e3

Please sign in to comment.