summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFotis Voutsas <fotis@netdata.cloud>2024-04-26 10:44:28 +0300
committerGitHub <noreply@github.com>2024-04-26 10:44:28 +0300
commit234f4a6811c5e609a5f39fa9bc2e54a62479bcdf (patch)
tree83c6ca793c6472cf35989340a94613dfc25d0cd4 /src
parent794b453e0c9230ddd2aa4e1fb8ce53cb6fb2cb70 (diff)
Anomaly Advisor documentation edits (#17518)
* anomaly advisor documentation edits * replace links * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud> * Apply suggestions from code review Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud> --------- Co-authored-by: Ilya Mashchenko <ilya@netdata.cloud> Co-authored-by: Shyam Sreevalsan <shyam@netdata.cloud>
Diffstat (limited to 'src')
-rw-r--r--src/collectors/python.d.plugin/anomalies/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/collectors/python.d.plugin/anomalies/README.md b/src/collectors/python.d.plugin/anomalies/README.md
index 8a86274585..b16c2b1c52 100644
--- a/src/collectors/python.d.plugin/anomalies/README.md
+++ b/src/collectors/python.d.plugin/anomalies/README.md
@@ -10,7 +10,7 @@ learn_rel_path: "Integrations/Monitor/Anything"
# Anomaly detection with Netdata
-**Note**: Check out the [Netdata Anomaly Advisor](https://github.com/netdata/netdata/blob/master/docs/cloud/insights/anomaly-advisor.md) for a more native anomaly detection experience within Netdata.
+**Note**: Check out the [Netdata Anomaly Advisor](https://github.com/netdata/netdata/blob/master/docs/dashboard/anomaly-advisor-tab.md) for a more native anomaly detection experience within Netdata.
This collector uses the Python [PyOD](https://pyod.readthedocs.io/en/latest/index.html) library to perform unsupervised [anomaly detection](https://en.wikipedia.org/wiki/Anomaly_detection) on your Netdata charts and/or dimensions.