Skip to content

Commit

Permalink
Update spec matrix to indicate go's links can be recorded after span …
Browse files Browse the repository at this point in the history
…creation (#3984)

## Changes

Go recently merged recording links after span creation.
See open-telemetry/opentelemetry-go#5032
  • Loading branch information
dmathieu committed Apr 6, 2024
1 parent 17bda0b commit f3511a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec-compliance-matrix.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ formats is required. Implementing more than one format is optional.
| Unicode support for keys and string values | | + | + | + | + | + | + | + | + | + | + | + |
| [Span linking](specification/trace/api.md#specifying-links) | Optional | Go | Java | JS | Python | Ruby | Erlang | PHP | Rust | C++ | .NET | Swift |
| Links can be recorded on span creation | | + | + | | + | + | + | + | + | + | + | |
| Links can be recorded after span creation | | | | | | | | | | + | | |
| Links can be recorded after span creation | | + | | | | | | | | + | | |
| Links order is preserved | | + | + | | + | + | + | + | + | + | + | |
| [Span events](specification/trace/api.md#add-events) | | | | | | | | | | | | |
| AddEvent | | + | + | + | + | + | + | + | + | + | + | + |
Expand Down

0 comments on commit f3511a5

Please sign in to comment.