-
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
Emit Kuberentes Events on major KEDA events #530
Comments
Just curious are these just logs or there is something else first class that you are thinking ? |
These are events similar which you can process in other applications, for example to extend KEDA, create awareness around scaling patterns (ie post to Slack), react to certain things, etc. |
Sorry my question was that what would be the implementation to emit these "events" - would we just need to add the right logs at various places in the code. |
That is a good question, I don't know the answer to that or if it's possible. |
@anirudhgarg yes, that should be the case, but need to doublecheck first. |
This would be a major feature if you ask me! Can we target 2.0 for this @zroubalik @ahmelsayed @jeffhollan @anirudhgarg ? |
Docs: kedacore/keda-docs#361 |
Signed-off-by: Ofek <ofek@ampify.io> Co-authored-by: Ofek <ofek@ampify.io>
KEDA controller should emit Kuberentes Events on major events. This is based on #479
Use-Cases
The text was updated successfully, but these errors were encountered: