Versions in this module Expand all Collapse all v1 v1.9.2 May 30, 2023 v1.9.1 May 17, 2023 v1.9.1-beta.1 Mar 28, 2023 v1.9.0 Mar 30, 2022 v1.9.0-industry.6 Apr 24, 2023 v1.9.0-industry.5 Apr 4, 2023 v1.9.0-industry.4 Mar 1, 2023 v1.9.0-industry.3 Feb 1, 2023 v1.9.0-industry.2 Dec 1, 2022 v1.9.0-industry.1 Nov 16, 2022 v1.8.1 Dec 9, 2021 v1.8.0 Sep 28, 2021 v1.7.1 Sep 17, 2021 v1.7.0 Jun 1, 2021 v1.6.0 Mar 25, 2021 Changes in this version + type Cluster struct + ClusterName string + MeshName string + Region string + Role string + type Condition []interface + type Edge struct + Did string + Sid string + Type string + type HTTPMetric struct + Count float32 + DurationAvg float32 + FailedCount float32 + Rps float32 + SuccessCount float32 + type MetricData struct + Columns []string + Data [][]interface{} + type MetricQuery struct + Conditions []MetricQueryCondition + EndTime *int64 + Fields []string + GroupBy []string + Limit int32 + Offset int32 + Order string + OrderBy string + StartTime *int64 + Table string + type MetricQueryCondition struct + Expr string + Key string + Value interface{} + type MetricRequest struct + Conditions []Condition + EndTime int64 + Fields []string + GroupBy []string + Limit int + Order string + OrderBy string + StartTime int64 + Table string + type MicroService struct + Cluster Cluster + DestinationRules []istionetworking.DestinationRule + Endpoints corev1.Endpoints + Pods []corev1.Pod + Service corev1.Service + VirtualServices []istionetworking.VirtualService + Workloads []Workload + type Node struct + HTTPMetric *HTTPMetric + Name string + ServiceNodeID string + TCPMetric *TCPMetric + Type string + WorkloadNodeID string + type Request struct + Data string + func (r *Request) Decode(reader io.Reader) error + type Response struct + Data interface{} + Err string + Result bool + Rev int + func NewResult(result bool, errMsg string) *Response + func (r *Response) Decode(reader io.Reader) error + type ResponseForTest struct + Data json.RawMessage + Err string + Result bool + Rev int + func (r *ResponseForTest) Decode(reader io.Reader) error + type TCPMetric struct + ConnectionReceivedBytesTotal float32 + ConnectionSentBytesTotal float32 + type TopoData struct + Edges []Edge + Nodes map[string]Node + type TopoQuery struct + App string + AppID string + EndTime *int64 + MeshID string + MeshVersion string + Namespaces []string + StartTime *int64 + TopoType string + type Workload struct + HPA autoscaling.HorizontalPodAutoscaler