You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metrics use durations computed from Environment.TickCount, which typically has a resolution of 15ms. This isn't fine-grained enough to report DB connection creation times.
Switch to using Stopwatch.GetTimestamp() or a similar high-resolution timer.