@olivierlambert basically that if I was using XCP-ng and I set enabled = yes
in the [ml]
section of the netdata.conf
if it would just work as normal.
Once a user makes that config change they would get the new "Anomaly Detection" menu
What this means then is that within each chart there will also be the new anomaly-bit
corresponding to each raw metric value.
For example if you add options=anomaly-bit
then you get the anomaly bit instead of the raw value, for example (will probably be all 0 since all normal on that server) https://london.my-netdata.io/api/v1/data?chart=system.cpu&options=anomaly-bit
For users who then claim their nodes into netdata cloud this powers the anomaly advisor feature.
Here is a quick example of me doing a k6 load test against our demo servers.
So i guess (apologies for rambling a bit) my questions are:
- What netdata agent version is available in XCP-ng by default?
- Do you know if there are any custom build flags passed to it as part of the packaging for XCP-ng? e.g sometimes package maintainers might pass things like
--disable-cloud
or --disable-ml
for various reasons so im just trying to double check if anything there that might preclude things.
I think its mainly down to the netdata version that's included by default and if any custom flags passed as part of that packaging (if that makes sense).