Currently, distsql flows that are local to the coordinator node don't get attached to the session's memory monitor. This is a bit of an annoyance, as it makes it more difficult to understand a session's full memory usage.
Local distsql flows should be parented by their originating session, not by the root distsql monitor.