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 have two deployments, where one should be scaled based on a metric from the other deployment, the problem is that the custom-metrics-stackdriver-adapter attaches pod name when it queries the monitoring API. This prevents me from using metrics from any pod, except the pod I'm trying to auto-scale.
I0203 18:07:49.909309 1 filter_builder.go:258] Query with filter(s): "metric.labels.pod = \"analyzer-54bb4ff4dc-hnzn5\" AND metric.type = \"prometheus.googleapis.com/"...
Is there a workaround?
The text was updated successfully, but these errors were encountered:
I have two deployments, where one should be scaled based on a metric from the other deployment, the problem is that the custom-metrics-stackdriver-adapter attaches pod name when it queries the monitoring API. This prevents me from using metrics from any pod, except the pod I'm trying to auto-scale.
Is there a workaround?
The text was updated successfully, but these errors were encountered: