Allow use of other metrics-adapter together with keda-metrics-adapter #763
Labels
feature-request
All issues for new features that have not been committed to
needs-discussion
stale
All issues that are marked as stale due to inactivity
Allow use of other metrics-adapter like custom-metrics-stackdriver-adapter together with keda-metrics-adapter.
There is the current limitation to k8s that only one custom and external metrics-adapter can be used.
To workaround the problem, the keda-metrics-adapter could forword requests what there can't handle to an other metrics-adapter.
For the discovery calls it would need to do a merge with the keda data.
A clear and concise description of what you want to happen
Use-Case
Use keda and "non keda" HPA in same cluster based on external metrics.
For example custom-metrics-stackdriver-adapter and use metrics from appengine, memcache,...
Other usage is to allow a smooth migration of of existing HPA to keda based HPA, instead need todo all in one step.
This also reduce the scalers need to implemented, as sources available via other external metrics-adapter can be used for HPA.
Specification
filter request which are for keda metrics and process them as normal. All other need to forwarded other external metrics-adapter.
For discovery requests:
The text was updated successfully, but these errors were encountered: