Merge branch 'master' into docker_package
This commit is contained in:
commit
e17b1aa43a
|
@ -301,8 +301,8 @@ public class MonitorController {
|
|||
"&start=" + start +
|
||||
"&end=" + end +
|
||||
"&step=" + step;
|
||||
|
||||
ResponseEntity<HashMap> entity = restTemplate.getForEntity(url, HashMap.class, query);
|
||||
|
||||
HashMap body = entity.getBody();
|
||||
HashMap data = (HashMap) body.get("data");
|
||||
if (data != null) {
|
||||
|
|
Loading…
Reference in New Issue