andrewm4894 / anomstack

Anomstack - Painless open source anomaly detection for your metrics 📈📉🚀
https://andrewm4894.github.io/anomstack/
MIT License
83 stars 6 forks source link

Add netdata httpcheck example #78

Closed andrewm4894 closed 6 months ago

andrewm4894 commented 6 months ago

This pull request adds an example for ingesting data from the Netdata API using the netdata_httpcheck metric batch. The example includes a Python script that retrieves data from multiple Netdata hosts and charts, and transforms it into a pandas DataFrame. The DataFrame is then cleaned and formatted before being returned. This example can be used as a reference for ingesting Netdata metrics into other systems or performing further analysis.