-
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
Azure Application Insights: Add option to ignore null values #4329
Conversation
Also fix typo Signed-off-by: Yarden Shoham <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Could you please add a test for this usecase?
Signed-off-by: Yarden Shoham <[email protected]>
Tests added |
/run-e2e azure* |
Signed-off-by: Yarden Shoham <[email protected]>
Tests fixed, please rerun e2e tests |
/run-e2e azure* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution!
Looking good. Only a small nit inline
Signed-off-by: Yarden Shoham <[email protected]>
Please run e2e tests |
/run-e2e azure* |
…e#4329) Signed-off-by: Yarden Shoham <[email protected]>
Added the option to ignore errors during the extraction of Azure Application Insights values
Checklist
Relates to #4316
Inspired by #3073
Relates to kedacore/keda-docs#1084