Details
-
Admin & Maintenance Task
-
Status: Done
-
Medium
-
Resolution: Fixed
-
None
-
None
-
None
-
1
-
No
-
No
-
Yes
-
[obsolete] C/S Core
Description
There is an error in the documentation for setting up MongoDB
Set profiling in a mongo session
In a mongo session:
use admin
db.setProfilingLevel(2)
It shouldn't say use admin since the profiler must be enable PER COLLECTION
it should say
use <collection you want to profile>
sg.setProfilingLevel(2, {slowms: 0})
Attachments
Issue Links
- is triggered by
-
PMM-8215 Investigate issue with official mongoDB and no queries in QAN page
-
- Done
-