Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kalyanaj committed Oct 17, 2023
1 parent 8b25642 commit 7cbc112
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/trace/links-creation-with-new-activities/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ activity. This can be useful in a fan-out or batched operation situation when
you want to create a new trace with a new root activity before invoking each
of the fanned out operations.

This example shows to create the new root activities and link each of them to
the original activity.
This example shows how to create the new root activities and how to link each
of them to the original activity.

## How does this example work?

Expand All @@ -27,6 +27,7 @@ or fanout operations. Using this approach, you can create a new trace for each
of the fanned out operations and link them to the original activity.

## References

- https://opentelemetry.io/docs/instrumentation/net/manual/#creating-new-root-activities
- https://opentelemetry.io/docs/instrumentation/net/manual/#adding-links

Expand Down

0 comments on commit 7cbc112

Please sign in to comment.