metrics: Increase hooks_successful
when done
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
f25ee6b943
commit
f38c70373c
1 changed files with 2 additions and 0 deletions
|
@ -315,6 +315,8 @@ pub async fn receive_hook<'a>(
|
|||
.fetch_add(1, Ordering::Relaxed);
|
||||
}
|
||||
}
|
||||
|
||||
metrics.hooks_successful.fetch_add(1, Ordering::Relaxed);
|
||||
});
|
||||
|
||||
Status::Ok
|
||||
|
|
Loading…
Reference in a new issue