Skip to content

Commit 04d9c7f

Browse files
authored
Update observability-with-otel.md (#36302)
Require the following package to add HTTP instrumentation: ```xml <PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.5.0-beta.1" /> ```
1 parent e3b52b5 commit 04d9c7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/core/diagnostics/observability-with-otel.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ Use the NuGet Package Manager or command line to add the following NuGet package
123123
<PackageReference Include="OpenTelemetry.Exporter.Zipkin" Version="1.5.0" />
124124
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.5.0" />
125125
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.5.0-beta.1" />
126+
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.5.0-beta.1" />
126127
</ItemGroup>
127128
```
128129

0 commit comments

Comments
 (0)