I am using MongoDb with .Net Core and using .Net Driver. I used Sql Server with Profiler where we can see all events like which query run on sql server.
I want to see or enable profiler in Mongodb Altlas database.
So, I can see which query driver creating and hitting to Mongodb database.
2