controller图表接口
Former-commit-id: d11bdf17f5caee4ecf74ac0efccf8022add90cd4
This commit is contained in:
parent
0e0bc7be0f
commit
a88d3069eb
|
@ -11,7 +11,6 @@ info(
|
||||||
type ControllerMetricsReq {
|
type ControllerMetricsReq {
|
||||||
Metrics []string `form:"metrics"`
|
Metrics []string `form:"metrics"`
|
||||||
ParticipantId int64 `form:"participantId"`
|
ParticipantId int64 `form:"participantId"`
|
||||||
Namespace string `form:"namespace"`
|
|
||||||
Pods string `form:"pods"`
|
Pods string `form:"pods"`
|
||||||
Steps string `form:"steps"`
|
Steps string `form:"steps"`
|
||||||
Start string `form:"start"`
|
Start string `form:"start"`
|
||||||
|
|
|
@ -3330,7 +3330,6 @@ type ShowNodeDetailsResp struct {
|
||||||
type ControllerMetricsReq struct {
|
type ControllerMetricsReq struct {
|
||||||
Metrics []string `form:"metrics"`
|
Metrics []string `form:"metrics"`
|
||||||
ParticipantId int64 `form:"participantId"`
|
ParticipantId int64 `form:"participantId"`
|
||||||
Namespace string `form:"namespace"`
|
|
||||||
Pods string `form:"pods"`
|
Pods string `form:"pods"`
|
||||||
Steps string `form:"steps"`
|
Steps string `form:"steps"`
|
||||||
Start string `form:"start"`
|
Start string `form:"start"`
|
||||||
|
|
Loading…
Reference in New Issue