Skip to content

Commit

Permalink
Update dotnet manual.md (#2931)
Browse files Browse the repository at this point in the history
  • Loading branch information
guangzhengli authored Jun 30, 2023
1 parent 99dad40 commit 4f41f0b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content/en/docs/instrumentation/net/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ endpoint, you'll have to use a different exporter.

Once tracing is initialized, you can configure an
[`ActivitySource`](/docs/concepts/signals/traces/#tracer), which will be how you
trace operations with [`Activity`s](/docs/concepts/signals/traces/#spans).
trace operations with [`Activity`](/docs/concepts/signals/traces/#spans)
elements.

Typically, an `ActivitySource` is instantiated once per app/service that is
being instrumented, so it's a good idea to instantiate it once in a shared
Expand Down

0 comments on commit 4f41f0b

Please sign in to comment.