fc-queue-runner: collect metrics and trigger alerts on threshold
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: If1d682abdc6a932bdf5b9bfe23737c3e6a6a6964
This commit is contained in:
parent
ec5fbb453d
commit
fcb32aa9be
3 changed files with 94 additions and 5 deletions
|
|
@ -52,9 +52,10 @@ async fn main() -> anyhow::Result<()> {
|
|||
build_timeout,
|
||||
log_config,
|
||||
gc_config,
|
||||
notifications_config,
|
||||
notifications_config.clone(),
|
||||
signing_config,
|
||||
cache_upload_config,
|
||||
notifications_config.alerts.clone(),
|
||||
));
|
||||
|
||||
tracing::info!(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue