metricName
shouldn't be required and should be deprecated for Graphite Scaler
#4229
Labels
metricName
shouldn't be required and should be deprecated for Graphite Scaler
#4229
Proposal
Currently, Graphite 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/graphite_scaler.go#L95-L99
The text was updated successfully, but these errors were encountered: