Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 6072565

Browse files
committed
remove a word
Signed-off-by: Rasmus Kuusmann <[email protected]>
1 parent baeec84 commit 6072565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdi/get-data-in/application/otel-dotnet/instrumentation/manual-dotnet-instrumentation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To create custom spans and traces, follow these steps:
3838
using (var activity = RegisteredActivity.StartActivity("Custom Span Name"))
3939
{
4040
activity?.SetTag("foo", "bar1");
41-
// your logic for your custom activity
41+
// your logic for custom activity
4242
}
4343
4444
5. Register your ``ActivitySource`` by setting the ``OTEL_DOTNET_AUTO_TRACES_ADDITIONAL_SOURCES`` environmental variable. You can set the value to either ``Examples.ManualInstrumentations.Registered`` or to ``Examples.ManualInstrumentations.*``, which registers the entire prefix.

0 commit comments

Comments
 (0)