Maintain control of your Microsoft 365 data
Post Reply
hoerup
Novice
Posts: 9
Liked: 9 times
Joined: Aug 26, 2025 11:34 am
Full Name: Torben
Contact:

Feature Request: OpenTelemetry and OTLP export

Post by hoerup »

We have a bit of issues with some performance after upgrading to v8 (see #07783418 ) and as an attempt i tried enabling distributed tracing, but i couldn't find heads or tails in the traces that was collected

Please consider enabling OTLP export to a customer supplied otlp compatible endpoint - so we have some insights ourselves on how the application is performing.

If im not mistaken, then you are currently using Microsoft Azure Application Insights. I don't have any experience with AAI, but it looks like it can be configured to use open telemetry.
https://learn.microsoft.com/en-us/azure ... aspnetcore

Otherwise maybe even consider switching to pure opentelemetry - in our team we use these packages to get a over view of all inbound and outbound HTTP request + all efcore - and exported to a OTLP compatible endpoint so all the devs can investigate any performance issues.

Code: Select all

<PackageReference Include="OpenTelemetry.Exporter.OpenTelemetryProtocol" Version="1.12.0" />
<PackageReference Include="OpenTelemetry.Extensions.Hosting" Version="1.12.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.AspNetCore" Version="1.12.0" />
<PackageReference Include="OpenTelemetry.Instrumentation.EntityFrameworkCore" Version="1.12.0-beta.2" />
<PackageReference Include="OpenTelemetry.Instrumentation.Http" Version="1.12.0" />
Post Reply

Who is online

Users browsing this forum: No registered users and 15 guests