pull/4318/merge
John W Higgins 2 weeks ago committed by GitHub
commit 2efda8422f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -653,6 +653,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 {

Loading…
Cancel
Save