@@ -39,8 +39,8 @@ you can refer to the [OpenTelemetry API Shim docs for tracing](../shim).
39
39
## Example app preparation {#example-app}
40
40
41
41
This page uses a modified version of the example app from
42
- [ Getting Started] ( /docs/languages/dotnet/getting-started/ ) to help you learn about
43
- manual instrumentation.
42
+ [ Getting Started] ( /docs/languages/dotnet/getting-started/ ) to help you learn
43
+ about manual instrumentation.
44
44
45
45
You don't have to use the example app: if you want to instrument your own app or
46
46
library, follow the instructions here to adapt the process to your own code.
@@ -307,8 +307,8 @@ loggerFactory.Dispose();
307
307
For debugging and local development purposes, the example exports telemetry to
308
308
the console. After you have finished setting up manual instrumentation, you need
309
309
to configure an appropriate exporter to
310
- [ export the app's telemetry data] ( /docs/languages/dotnet/exporters/ ) to one or more
311
- telemetry backends.
310
+ [ export the app's telemetry data] ( /docs/languages/dotnet/exporters/ ) to one or
311
+ more telemetry backends.
312
312
313
313
The example also sets up the mandatory SDK default attribute ` service.name ` ,
314
314
which holds the logical name of the service, and the optional, but highly
@@ -689,5 +689,5 @@ You'll also want to configure an appropriate exporter to
689
689
[ export your telemetry data] ( ../exporters/ ) to one or more telemetry backends.
690
690
691
691
You can also check the
692
- [ automatic instrumentation for .NET] ( /docs/zero-code/dotnet/ ) , which is currently
693
- in beta.
692
+ [ automatic instrumentation for .NET] ( /docs/zero-code/dotnet/ ) , which is
693
+ currently in beta.
0 commit comments