Skip to content

Commit b3adab9

Browse files
authored
Update opentelemetry-howto.md
spacing
1 parent 89b28c6 commit b3adab9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/opentelemetry-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@ The way that you instrument your application to use OpenTelemetry depends on you
123123
```csharp
124124
services.AddOpenTelemetry()
125125
.UseAzureMonitor()
126-
.UseFunctionsWorkerDefaults();
126+
.UseFunctionsWorkerDefaults();
127127
```
128128
### [OTLP Exporter](#tab/otlp-export)
129129
130130
```csharp
131131
services.AddOpenTelemetry()
132132
.UseOtlpExporter()
133-
.UseFunctionsWorkerDefaults();
133+
.UseFunctionsWorkerDefaults();
134134
```
135135
---
136136

0 commit comments

Comments
 (0)