hunter/worker: measure hunter_worker_starts

This commit is contained in:
Astro 2022-12-26 04:30:27 +01:00
parent 262ac7ad73
commit feb60d9805

View File

@ -133,6 +133,7 @@ async fn main() {
client.clone(),
host
)).unwrap();
metrics::counter!("hunter_worker_starts", 1);
cave::systemd::watchdog();
}
}