Skip to content

Commit

Permalink
link: Span Links
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Soref <[email protected]>
  • Loading branch information
jsoref committed Jan 23, 2025
1 parent 3139286 commit b4d3b6a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions content/en/docs/languages/erlang/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,8 @@ _ = Task.await(task)
### Linking the New Span

A [Span](/docs/concepts/signals/traces/#spans) can be created with zero or more
Span Links that causally link it to another Span. A
[Link](/docs/concepts/signals/traces/#span-links) needs a Span context to be
created.
[Span Links](/docs/concepts/signals/traces/#span-links) that causally link it to
another Span. A Span Link needs a Span context to be created.

{{< tabpane text=true >}} {{% tab Erlang %}}

Expand Down

0 comments on commit b4d3b6a

Please sign in to comment.