Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AnomalyInfo ¶
type ApplicationHealthAnalyzeRequest ¶
type ApplicationHealthAnalyzeRequest struct { AppName string `json:"appName"` //RFC3339 = "2006-01-02T15:04:05Z07:00" StartTime string `json:"startTime"` //RFC3339 = "2006-01-02T15:04:05Z07:00" EndTime string `json:"endTime"` //// key: current, baseline, historical Metrics m.MetricsInfo `json:"metrics"` // canary or blue-green Strategy string `json:"strategy"` // Namespace Namespace string `json:"namespace,omitempty"` // Pod count url PodCountURL m.MetricQuery `json:"podCountURL,omitempty"` }
type ApplicationHealthAnalyzeResponse ¶
type ApplicationHealthAnalyzeResponse struct { StatusCode int32 `json:"statusCode"` Reason string `json:"reason,omitempty"` JobId string `json:"jobId"` Status string `json:"status"` Anomaly map[string]AnomalyInfo `json:"anomaly,omitempty"` HpaLogs []d.HpaLogEntry `json:"hpaLogs"` }
Click to show internal directories.
Click to hide internal directories.