2 questions
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 ...
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 ...