Skip to content

Commit a0ced6a

Browse files
authored
Remove duplicate text (#5499)
1 parent 6c52e5c commit a0ced6a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

content/en/docs/languages/net/instrumentation.md

-8
Original file line numberDiff line numberDiff line change
@@ -636,14 +636,6 @@ var activity = MyActivitySource.StartActivity(
636636

637637
{{% docs/languages/span-status-preamble %}}
638638

639-
A [status](/docs/concepts/signals/traces/#span-status) can be set on a
640-
[span](/docs/concepts/signals/traces/#spans), typically used to specify that a
641-
span has not completed successfully - `SpanStatus.Error`.
642-
643-
By default, all spans are `Unset`, which means a span completed without error.
644-
The `Ok` status is reserved for when you need to explicitly mark a span as
645-
successful rather than stick with the default of Unset (i.e., “without error”).
646-
647639
The status can be set at any time before the span is finished.
648640

649641
It can be a good idea to record exceptions when they happen. It's recommended to

0 commit comments

Comments
 (0)