We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89b28c6 commit b3adab9Copy full SHA for b3adab9
articles/azure-functions/opentelemetry-howto.md
@@ -123,14 +123,14 @@ The way that you instrument your application to use OpenTelemetry depends on you
123
```csharp
124
services.AddOpenTelemetry()
125
.UseAzureMonitor()
126
- .UseFunctionsWorkerDefaults();
+ .UseFunctionsWorkerDefaults();
127
```
128
### [OTLP Exporter](#tab/otlp-export)
129
130
131
132
.UseOtlpExporter()
133
134
135
---
136
0 commit comments