-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove deprecated "type" field from the CPU, Memory, Datadog scalers metadata #2844
Comments
Was the deprecation added to our changelog & docs? |
It was added to the scalers' docs and we also log a warning when the deprecated field is used |
That's OK, let's make sure it is in the changelog as well then. |
Added here: #2848 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
When are we going to remove this? maybe we could follow k8s deprecation policies, WDYT? |
When we do KEDA v3.0 because this is a breaking change. |
We are still |
Fair enough, but there are a lot more of them AFAIK so better build a whole list. Another approach is introduce version per scaler for this to have more granular control (see #613) |
Based on our deprecation policy, we should have removed this in v2.9, so I mark it for v2.10 |
@JorTurFer No we are not allowed to do this: https://github.com/kedacore/governance/blob/main/DEPRECATIONS.md#autoscaling-triggers-and-their-metadata |
you're right! Thanks for correct me 🙇 |
per #6229, for CPU and memory, this will actually be 2.18 :) |
Proposal
In #2309 we added the global
metricType
field to all scalers.Specific scalers (CPU, Memory, Datadog) already supported different metric types using their metadata
type
field, which we deprecated in favor of the new global field. The deprecated field should be removed in a future release.Use-Case
No response
Anything else?
More details in this discussion
The text was updated successfully, but these errors were encountered: