static Metric |
Metric.containerCpu(MetricContainerResourceOptions options) |
Metric that tracks the CPU of a container.
|
static Metric |
Metric.containerEphemeralStorage(MetricContainerResourceOptions options) |
Metric that tracks the local ephemeral storage of a container.
|
static Metric |
Metric.containerMemory(MetricContainerResourceOptions options) |
Metric that tracks the Memory of a container.
|
static Metric |
Metric.containerStorage(MetricContainerResourceOptions options) |
Metric that tracks the volume size of a container.
|
static Metric |
Metric.external(MetricOptions options) |
A global metric that is not associated with any Kubernetes object.
|
static Metric |
Metric.object(MetricObjectOptions options) |
Metric that describes a metric of a kubernetes object.
|
static Metric |
Metric.pods(MetricOptions options) |
A pod metric that will be averaged across all pods of the current scale target.
|
static Metric |
Metric.resourceCpu(MetricTarget target) |
Tracks the available CPU of the pods in a target.
|
static Metric |
Metric.resourceEphemeralStorage(MetricTarget target) |
Tracks the available Ephemeral Storage of the pods in a target.
|
static Metric |
Metric.resourceMemory(MetricTarget target) |
Tracks the available Memory of the pods in a target.
|
static Metric |
Metric.resourceStorage(MetricTarget target) |
Tracks the available Storage of the pods in a target.
|