Skip to content

Commit dd9611b

Browse files
Update docs/usage_guide/advanced_usage/modin_metrics.rst
Co-authored-by: Devin Petersohn <[email protected]>
1 parent b9f0892 commit dd9611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/usage_guide/advanced_usage/modin_metrics.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Handlers are functions of the form: `fn(str, int|float)` and can be registered w
3838
interactice performance significantly. The data from metrics should generally be offloaded to another system for processing
3939
and not involve any blocking network calls.
4040

41-
Disable Modin metrics like so:
41+
Metrics are enabled by default. Modin metrics can be disabled like so:
4242

4343
.. code-block:: python
4444

0 commit comments

Comments
 (0)