Saramanda9988 commented on code in PR #3994:
URL: https://github.com/apache/hertzbeat/pull/3994#discussion_r2716837314


##########
web-app/src/app/routes/monitor/monitor-data-chart/monitor-data-chart.component.ts:
##########
@@ -264,7 +266,7 @@ export class MonitorDataChartComponent implements OnInit, 
OnDestroy {
     // load historical metrics data
     this.loading = 
`${this.i18nSvc.fanyi('monitor.detail.chart.data-loading')}`;
     let metricData$ = this.monitorSvc
-      .getMonitorMetricHistoryData(this.instance, this.app, this.metrics, 
this.metric, this.timePeriod, isInterval)
+      .getMonitorMetricHistoryData(this.instance, this.monitorName, this.app, 
this.metrics, this.metric, this.timePeriod, isInterval)

Review Comment:
   @Duansg , hi thanks for your reply
   
   Yes, you're right. Let's do it this way.
   I'll close this PR and submit a new one following your suggestion; it will 
be much simpler.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to