Skip to main content

opentelemetry

ASP.NET Core OpenTelemetry Logging
·361 words·2 mins
dotnet opentelemetry aspnetcore
As you may know I’ve been collaborating with Dapr and I’ve learned that one of the things it enables you to do is to collect traces with the use of the OpenTelemetry Collector and push the events to Azure Application Insights. After some reading I went and check if I could also write my ASP.NET Core applications to log using the OpenTelemetry Log and Event record definition: