mirror of
https://github.com/dromara/hertzbeat.git
synced 2026-09-17 09:40:58 +00:00
[fix] Fixed Prometheus task history charts not working in the Favorites tab (#4014)
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
],
|
||||
"timeout": "10s",
|
||||
"retryOn429": true,
|
||||
"retryCount": 10,
|
||||
"fallbackRetryDelay": "1000s",
|
||||
"retryCount": 3,
|
||||
"fallbackRetryDelay": "30s",
|
||||
"aliveStatusCodes": [
|
||||
0,
|
||||
200,
|
||||
|
||||
@@ -162,6 +162,7 @@
|
||||
[unit]="metric.unit"
|
||||
[monitorId]="monitorId"
|
||||
[instance]="monitor.instance"
|
||||
[monitorName]="monitor.name"
|
||||
></app-monitor-data-chart>
|
||||
</div>
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user