Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metric ¶
type Metric struct { PodMetricsInfo podmetrics.MetricsInfo `json:"pod_metrics_info"` ReadyPodCount int64 `json:"ready_pod_count"` IgnoredPods sets.String `json:"ignored_pods"` MissingPods sets.String `json:"missing_pods"` TotalPods int `json:"total_pods"` Timestamp time.Time `json:"timestamp,omitempty"` }
Metric (Pods) is a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
Click to show internal directories.
Click to hide internal directories.