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

Is it possible to register the adapter as a custom metric API? #71

Open curiousdeviant9 opened 3 years ago

curiousdeviant9 commented 3 years ago

The documentation says that the adapter is An implementation of the Kubernetes Custom Metrics API and External Metrics API for AWS CloudWatch metrics. but the kubernetes manifest file https://github.com/awslabs/k8s-cloudwatch-adapter/blob/master/deploy/adapter.yaml#L118 registers it in the external.metrics.k8s.io group.Is it also a possibility to register this with the custom.metrics.k8s.io group instead ?

sandan commented 3 years ago

It looks like the docs are still outdated: https://github.com/awslabs/k8s-cloudwatch-adapter/issues/26.