mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 11:52:08 +08:00
[Optimize]优化Sonar代码扫描结果
This commit is contained in:
@@ -119,7 +119,7 @@ public class ClusterConnectsController {
|
||||
@PostMapping(value = "clusters/{clusterPhyId}/connectors-metrics")
|
||||
@ResponseBody
|
||||
public Result<List<MetricMultiLinesVO>> getClusterPhyMetrics(@PathVariable Long clusterPhyId,
|
||||
@Validated @RequestBody MetricsConnectorsDTO dto) {
|
||||
@Validated @RequestBody MetricsConnectorsDTO dto) {
|
||||
return connectorMetricService.listConnectClusterMetricsFromES(clusterPhyId, dto);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user