File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -771,7 +771,7 @@ MongoDB provides various transactions metrics:
771
771
772
772
- Includes information on slow transactions (i.e. transactions
773
773
that exceed the :setting:`operationProfiling.slowOpThresholdMs`
774
- threshhold ) under the :data:`TXN` log component.
774
+ threshold ) under the :data:`TXN` log component.
775
775
776
776
.. _transactions-fcv:
777
777
Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ Behavior
331
331
Examples
332
332
--------
333
333
334
- Enable Profiler and Set Slow Operation Threshhold and Sample Rate
334
+ Enable Profiler and Set Slow Operation Threshold and Sample Rate
335
335
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
336
336
337
337
The following example sets for a :binary:`~bin.mongod` instance:
@@ -353,7 +353,7 @@ settings.
353
353
354
354
To view the current profiling level, see :method:`db.getProfilingStatus()`.
355
355
356
- Disable Profiler and Set Slow Operation Threshhold and Sample Rate
356
+ Disable Profiler and Set Slow Operation Threshold and Sample Rate
357
357
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
358
358
359
359
The following example sets for a :binary:`~bin.mongod` or
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ district 3.
141
141
142
142
The second :pipeline:`$match` stage uses ``$rand`` in a match
143
143
expression to further refine the selection. For each document,
144
- ``$rand`` generates a value between 0 and 1. The threshhold of ``0.5``
144
+ ``$rand`` generates a value between 0 and 1. The threshold of ``0.5``
145
145
in the less than :expression:`($lt)<$lt>` comparison means that
146
146
:query:`$expr` will be true for about half the documents.
147
147
You can’t perform that action at this time.
0 commit comments