We instrument both the find and findOne methods in our mongodb integration. Because findOne internally calls find, this means that users end up with span trees which look like this:

even though they've only made calls to findOne, not find.
If possible, we should prevent those find spans from showing up.