This commit is contained in:
John W Higgins 2024-09-29 15:06:26 +00:00 committed by GitHub
commit 39ee9d4dad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -664,6 +664,10 @@ class Monitor extends BeanModel {
retries = 0;
log.debug("monitor", `[${this.name}] timeout = ${timeout}`);
this.heartbeatInterval = setTimeout(safeBeat, timeout);
bean.status = UP;
this.prometheus?.update(bean, tlsInfo);
return;
}
} else {