Fixed typo in docs/guides/monitor/anomaly-detection-python.md file (#12220)
Marios committed
Feb 25, 2022 at 19:04 UTC
e1b8c76cbf02a58fdbfa2fc99485152af66b2fc9
1 file changed
+1
-1
docs/guides/monitor/anomaly-detection-python.md
+1
-1
@@ -143,7 +143,7 @@ dimensions](https://user-images.githubusercontent.com/1153921/102813877-db5e4880
143
144
As you can see in the above screenshot, this node is now looking for anomalies in many places. The result is a single
145
`anomalies_local.probability` chart with more than twenty dimensions, some of which the dashboard hides at the bottom of
146
-a scroll-able area. In addition, training and analyzing the anomaly collector on many charts might require more CPU
146
+a scrollable area. In addition, training and analyzing the anomaly collector on many charts might require more CPU
147
utilization that you're willing to give.
148
149
First, explicitly declare which `system.` charts to monitor rather than of all of them using regex (`system\..*`).