-
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
Enable support for non-public clouds in Application Insights scaler. #2818
Enable support for non-public clouds in Application Insights scaler. #2818
Conversation
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
Edit: seems that I have the wrong version of the linter, will fix and update PR. |
I think the problem was just with my local golangci-lint which was on version 1.42.0, while it was updated to 1.45.0. I will just revert the DataDog changes and send the PR in some time. |
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.
LGTM!
Only small nits inline
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
/run-e2e azure-app-insights* |
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.
LGTM!
❤️ ❤️ ❤️ ❤️ ❤️
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.
Just a very small nit wrt imports. Thanks for the contribution!
Signed-off-by: Vighnesh Shenoy <vshenoy@microsoft.com>
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.
LGTM
Signed-off-by: Vighnesh Shenoy vshenoy@microsoft.com
Added support for three new fields in the trigger metadata for the application insights scaler,
cloud
,appInsightsResourceURL
,activeDirectoryEndpoint
. The cloud parameter can beazureChinaCloud
,azureUSGovernmentCloud
,azurePublicCloud
, orprivate
(default isazurePublicCloud
).Sample ScaledObject definition -
Checklist
Relates to #2735