|
|
@@ -36,7 +36,7 @@ public class MetricsDataController {
|
|
|
@Autowired
|
|
|
private RedisDataStorage redisDataStorage;
|
|
|
|
|
|
- @GetMapping("/monitors/{monitorId}/metrics/{metrics}")
|
|
|
+ @GetMapping("/monitor/{monitorId}/metrics/{metrics}")
|
|
|
@ApiOperation(value = "查询监控指标组的指标数据", notes = "查询监控指标组的指标数据")
|
|
|
public ResponseEntity<Message<MetricsData>> getMetricsData(
|
|
|
@ApiParam(value = "监控ID", example = "343254354")
|
|
|
@@ -66,7 +66,7 @@ public class MetricsDataController {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- @GetMapping("/monitors/{monitorId}/metrics/{metricFull}")
|
|
|
+ @GetMapping("/monitor/{monitorId}/metric/{metricFull}")
|
|
|
@ApiOperation(value = "查询监控指标组的指定指标的历史数据", notes = "查询监控指标组下的指定指标的历史数据")
|
|
|
public ResponseEntity<Message<Void>> getMetricHistoryData(
|
|
|
@ApiParam(value = "监控ID", example = "343254354")
|