You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just installed the metrics adapter last week so should have latest.
Do I define the metric name in HPA settings like this: "custom|custom.googleapis.com|mymetric"?
I then GKE is smart enough to find the stackdriver metric named: "custom/custom.googleapis.com/mymetric"?
Following best practices I created my custom SD metric named this:
"custom/custom.googleapis.com/mymetric"
https://cloud.google.com/monitoring/api/v3/naming-conventionsI tried to use it in HorizontalPodAutoscaler.autoscaling.
That generated this error:
spec.metrics[0].pods.metric.name: Invalid value: "custom/custom.googleapis.com/srfw_ready_count": may not contain '/'
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: