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
Ecto can preload data using separate tasks. Currently we don't connect those spans to the span above, so this detail is lost. It would be good if these could be tracked.
This would be a big improvement. At work we are currently fighting with slow queries and they aren't easy to track as some of them come from preloads and they are not connected to the parent unit of work in AppSignal.
This issue has not had any activity in 14 days. Please provide a status update if it is still relevant. Closed it if it is no longer relevant. Or move it to another column if it's blocked or requires another look at it. - (More info)
This is a message from the daily scheduled checks.
Ecto can preload data using separate tasks. Currently we don't connect those spans to the span above, so this detail is lost. It would be good if these could be tracked.
As reported here on the Elixir forum.
The text was updated successfully, but these errors were encountered: