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 can see the googlecloud exported metrics in Metrics Explorer fine.. (but with 50th, 95th, 99 percentile division ). When i try to set a HPA, it gives a warning:
unable to fetch metrics from external metrics API: Expected metric of type DoubleValue or Int64Value, but received TypedValue: { 0xc000d44900 [] []}
That is basically what custom-metrics-stackdriver-adapter docs say, must be either DOUBLE or INT64.
Question is this: Do i have some way to influence the metrics type for the metrics sent to GCP monitoring in Collector configs?
The text was updated successfully, but these errors were encountered:
Component(s)
exporter/googlecloud
Describe the issue you're reporting
Trying to set up HPA using Opentelemetry Operator, with Auto-instrumentation and Collector sending metrics to GCP monitoring.
I have https://github.com/GoogleCloudPlatform/k8s-stackdriver/tree/master/custom-metrics-stackdriver-adapter configured to pick the metrics and HPA set using external metrics
I can see the googlecloud exported metrics in Metrics Explorer fine.. (but with 50th, 95th, 99 percentile division ). When i try to set a HPA, it gives a warning:
unable to fetch metrics from external metrics API: Expected metric of type DoubleValue or Int64Value, but received TypedValue: { 0xc000d44900 [] []}
That is basically what custom-metrics-stackdriver-adapter docs say, must be either DOUBLE or INT64.
Question is this: Do i have some way to influence the metrics type for the metrics sent to GCP monitoring in Collector configs?
The text was updated successfully, but these errors were encountered: