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 metric tags functionality #65

Closed andrewm4894 closed 7 months ago

andrewm4894 commented 7 months ago

This pull request adds the functionality to include custom metric tags in the build_alert_job function. The metric_tags parameter allows for more complex alert routing based on tags such as priority or subject area. This feature enhances the flexibility and customization of the alert system. The changes include modifications to the build_alert_job function, defaults.yaml, bigquery_example_simple.yaml, and the feature list. The pull request also includes updates to the documentation and comments to reflect the new functionality.