This is an automated email from the ASF dual-hosted git repository.
duansg pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new b0c6324713 [fix] Fixed Prometheus task history charts not working in
the Favorites tab (#4014)
b0c6324713 is described below
commit b0c63247138dfa909885994e848cf8dd7eed083a
Author: Duansg <[email protected]>
AuthorDate: Fri Feb 6 16:39:01 2026 +0800
[fix] Fixed Prometheus task history charts not working in the Favorites tab
(#4014)
---
script/ci/link_check.json | 4 ++--
.../app/routes/monitor/monitor-detail/monitor-detail.component.html | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/script/ci/link_check.json b/script/ci/link_check.json
index 2b971c579b..5dce366d4d 100644
--- a/script/ci/link_check.json
+++ b/script/ci/link_check.json
@@ -12,8 +12,8 @@
],
"timeout": "10s",
"retryOn429": true,
- "retryCount": 10,
- "fallbackRetryDelay": "1000s",
+ "retryCount": 3,
+ "fallbackRetryDelay": "30s",
"aliveStatusCodes": [
0,
200,
diff --git
a/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html
b/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html
index db7d95407d..fe974f70d2 100755
---
a/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html
+++
b/web-app/src/app/routes/monitor/monitor-detail/monitor-detail.component.html
@@ -162,6 +162,7 @@
[unit]="metric.unit"
[monitorId]="monitorId"
[instance]="monitor.instance"
+ [monitorName]="monitor.name"
></app-monitor-data-chart>
</div>
<div
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]