We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9f0892 commit dd9611bCopy full SHA for dd9611b
docs/usage_guide/advanced_usage/modin_metrics.rst
@@ -38,7 +38,7 @@ Handlers are functions of the form: `fn(str, int|float)` and can be registered w
38
interactice performance significantly. The data from metrics should generally be offloaded to another system for processing
39
and not involve any blocking network calls.
40
41
-Disable Modin metrics like so:
+Metrics are enabled by default. Modin metrics can be disabled like so:
42
43
.. code-block:: python
44
0 commit comments