Skip to main content
Schemaobject

io.k8s.api.autoscaling.v2.MetricIdentifier

MetricIdentifier defines the name and optionally selector for a metric

Source
specs/apis__autoscaling__v2_openapi.json
Revision
9a79c3bd90f7
Active snapshot
2a9112600697
name string
required

name is the name of the given metric

selector
optional

selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.