-
Notifications
You must be signed in to change notification settings - Fork 14.6k
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
feat: add alerts & reports to docker compose #14267
Conversation
Codecov Report
@@ Coverage Diff @@
## master #14267 +/- ##
==========================================
- Coverage 76.97% 76.77% -0.21%
==========================================
Files 953 953
Lines 48061 48065 +4
Branches 5971 5971
==========================================
- Hits 36997 36902 -95
- Misses 10862 10961 +99
Partials 202 202
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
* feat: add alerts & reports to docker compose * change to firefox * add missing package
SUMMARY
Adds alerts and reports to
docker-compose
for developers. Notifications are set to dry run on docker compose.TEST PLAN
Start
docker-compose
, add an alert and inspect beat and worker logs, check for the dry run notification message:Would send notification for alert Alert1, to {"target": "[email protected]"}
ADDITIONAL INFORMATION