Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Filter by
Sorted by
Tagged with
3 votes
1 answer
2k views

How to send logs to Application Insights with Serilog and Azure Monitor OpenTelemetry?

I want to see my ASP.NET Core application's logs in Application Insights. I'm using the following packages: Azure.Monitor.OpenTelemetry.AspNetCore Serilog.AspNetCore Serilog.Sinks.OpenTelemetry This ...
mrk's user avatar
  • 131
1 vote
1 answer
342 views

Serilog OpenTelemetrySink Objects shown as kvlistValue in Aspire Dashboard

When I log structured objects using the OpenTelemetry package for .NET, complex objects appear in Aspire dashboard as JSON strings. When I log complex objects with Serilog OpenTelemetrySink, I see ...
Richard Collette's user avatar