feat: Initial setup for monitoring and alerting #48

Merged
wjro merged 7 commits from feat/monitor into master 2025-06-03 18:17:17 +00:00
7 changed files with 94 additions and 1 deletions
Showing only changes of commit 56dc1e93c1 - Show all commits

View File

@@ -1,2 +1,5 @@
mod config;
mod discord_alert_manager;
pub mod discord_webhook_sender;
mod kube_prometheus;
pub mod monitoring_alerting;