ExternalMetricValue (external.metrics.k8s.io/v1beta1)

Type: object

ExternalMetricValue is a metric value for external metric A single metric value is identified by metric name and a set of string labels. For one metric there can be multiple values with different sets of labels.

Type: string

APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources

Type: string

Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds

Type: object

a set of labels that identify a single time series for the metric

Each additional property must conform to the following schema

Type: string

Type: string

the name of the metric

io.k8s.apimachinery.pkg.apis.meta.v1.Time

Type: string

indicates the time at which the metrics were produced

io.k8s.apimachinery.pkg.api.resource.Quantity

Type: string

the value of the metric

Type: integerFormat: int64

indicates the window ([Timestamp-Window, Timestamp]) from which these metrics were calculated, when returning rate metrics calculated from cumulative metrics (or zero for non-calculated instantaneous metrics).