Skip to content

Commit

Permalink
link: otel_span.hrl
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 c928e13 commit 3533eed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/languages/erlang/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,9 @@ lines that look like this in your terminal.
(Don't worry if the format looks a little unfamiliar. Spans are recorded in the
[Erlang `record` data structure](https://www.erlang.org/doc/reference_manual/records.html),
and
[this](https://github.com/open-telemetry/opentelemetry-erlang/blob/main/apps/opentelemetry/include/otel_span.hrl#L19)
file describes the `span` record structure, and explains what the different
fields are.)
[`otel_span.hrl`](https://github.com/open-telemetry/opentelemetry-erlang/blob/main/apps/opentelemetry/include/otel_span.hrl#L19)
describes the `span` record structure, and explains what the different fields
are.)

```shell
*SPANS FOR DEBUG*
Expand Down

0 comments on commit 3533eed

Please sign in to comment.