Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement canary alerts and alert providers #429

Merged
merged 8 commits into from
Feb 11, 2020
Merged

Implement canary alerts and alert providers #429

merged 8 commits into from
Feb 11, 2020

Conversation

stefanprodan
Copy link
Member

@stefanprodan stefanprodan commented Feb 10, 2020

This PR implements alerts on a per canary basis as described in #426

Changes:

  • Implement AlertProvider API (CRD, clientset, informer, RBAC)
  • Implement Discord and Rocket notifiers
  • Add alerts to the canary analysts spec
  • Filter alerts based on severity fix: Support for Canary Analysis Logging Levels #427
  • Add unit tests for alerts
  • Refactor unit tests and fill informers cache
  • Use informers cache to query for metric templates and alert providers

Fix: #426

@stefanprodan stefanprodan merged commit ad68ca3 into master Feb 11, 2020
@stefanprodan stefanprodan deleted the alerts branch February 11, 2020 09:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Canary Analysis Logging Levels Allow alerting to be configured on a per canary basis
1 participant