From 0e0bc7be0f56cb2b9dc6027879d6732e4513ab8a Mon Sep 17 00:00:00 2001 From: zhangwei <894646498@qq.com> Date: Thu, 23 Nov 2023 15:20:21 +0800 Subject: [PATCH] =?UTF-8?q?controller=E5=9B=BE=E8=A1=A8=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: c4bd96cf4d64bbeab42f23402230afcb84921d26 --- api/desc/cloud/pcm-cloud.api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/desc/cloud/pcm-cloud.api b/api/desc/cloud/pcm-cloud.api index 7cc0434f..618110ad 100644 --- a/api/desc/cloud/pcm-cloud.api +++ b/api/desc/cloud/pcm-cloud.api @@ -9,7 +9,7 @@ info( /******************find datasetList start*************************/ type ControllerMetricsReq { - + Metrics []string `form:"metrics"` ParticipantId int64 `form:"participantId"` Namespace string `form:"namespace"` Pods string `form:"pods"`