Skip to content

Commit

Permalink
fix(vm-service): 华为云同步监控数据数据粒度调整为300
Browse files Browse the repository at this point in the history
  • Loading branch information
jianneng-fit2cloud committed May 22, 2023
1 parent f20c7f7 commit 9217633
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -700,6 +700,7 @@ public static List<F2CPerfMetricMonitorData> getF2CPerfMetricList(GetMetricsRequ
getMetricsRequest.setEndTime(getMetricsRequest.getSyncTimeStampStr());
try {
getMetricsRequest.setRegionId(getMetricsRequest.getRegionId());
getMetricsRequest.setPeriod(300);
result.addAll(getVmPerfMetric(getMetricsRequest));
} catch (Exception e) {
throw new SkipPageException(100021, "获取监控数据失败-" + getMetricsRequest.getRegionId() + "-" + e.getMessage());
Expand Down

0 comments on commit 9217633

Please sign in to comment.