amazon-archives / k8s-cloudwatch-adapter

An implementation of Kubernetes Custom Metrics API for Amazon CloudWatch
Apache License 2.0
158 stars 98 forks source link

Question: HPA - request per request autoscaling #31

Open priyanamasivayam opened 4 years ago

priyanamasivayam commented 4 years ago

Quick question: Does k8-cloudwatch-adapter support hpa based on request per second with targetAverageValue as it's in custom metrics https://kubernetes.io/docs/tasks/run-application/horizontal-pod-autoscale-walkthrough?

I understand it would be external metric. I am looking for support request-per-second with external metic from k8-cloudwatch-adapter

We already have prometheus operator in place.

chankh commented 4 years ago

Hi, this adapter is used for HPA to retrieve external metrics from Amazon CloudWatch. Are your existing metrics in Amazon CloudWatch?