db.getProfilingStatus()
db.getProfilingStatus()-
Returns: The current profilelevel,slowOpThresholdMssetting, andslowOpSampleRatesetting.Starting in MongoDB 4.4.2, you can set afilterto control which operations are logged by the profiler. When set, any configured filters are also returned bydb.getProfilingStatus(), along with anoteexplaining filter behavior.
You can set the profiling filter with either:- the
db.setProfilingLevel()shell method, or - the
operationProfiling.filterconfiguration file option.
- the