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
Currently, Couchdb scaler requires a metricName which is used only for KEDA internal things (it's not sent to the prom server).
This requirement isn't necessary since we introduced mechanisms to ensure the unique metrics names inside the ScaledObject and we should make it optional and also deprecate it in favor of self-generated internal name
Proposal
Currently, Couchdb scaler requires a
metricName
which is used only for KEDA internal things (it's not sent to the prom server).This requirement isn't necessary since we introduced mechanisms to ensure the unique metrics names inside the ScaledObject and we should make it optional and also deprecate it in favor of self-generated internal name
https://github.com/kedacore/keda/blob/main/pkg/scalers/couchdb_scaler.go#L179-L181
The text was updated successfully, but these errors were encountered: