Open elsand opened 2 months ago
When we re-add instrumentation for Redis, we have most of these traces already, no custom tracing needed.
Building Entity Framework requests
Maybe we also could consider adding the efcore Open Telemetry instrumentation. We would probably get some good metrics for Entity Framework then https://github.com/open-telemetry/opentelemetry-dotnet-contrib/blob/main/src/OpenTelemetry.Instrumentation.EntityFrameworkCore/README.md
Introduction
In order to track overall performance in Dialogporten, we need to track several metrics
Description
There are several critical operations that we need to measure (time elapsed):
Also, time elapsed on refreshing other dependencies should be tracked
We also need to measure
Implementation
Much of this might be possible to implement more or less without any code, given that we get correlations properly set up in Application Insights. We also need to make sure Insights sampling settings are appropiate.
We should also probably look into using https://github.com/serilog-tracing/serilog-tracing
Acceptance criteria
GIVEN ... WHEN .... THEN ...
GIVEN ... WHEN .... THEN ...