-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
feat(inputs.sqlserver): add Azure Arc-enabled SQL MI support #13261
Conversation
Download PR build artifacts for linux_amd64.tar.gz, darwin_amd64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
@powersj Hi Joshua, happy to know if any follow up for this PR. |
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.
Looks good code-wise. Cannot judge the SQL query part. @Trovalo any comments?
I've no knowledge of Arc-Enabled SQL Server, and I've no way of testing the queries but I trust the work of @nikosheng. |
Hi @Trovalo , your assumption is correct as some system internal DMVs are not available in Azure Arc-enabled SQL MI. For instance, Therefore, to add more flexibility, I suggest separating Azure Arc-enabled SQL MI and SQL MI to be better to create a new rule to specifically adapt to Azure Arc-enabled SQL MI for feature enablement in the future. Hope it makes sense. CC: @srebhan |
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.
Thank you for taking the time to put this up!
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.
Thank you for taking the time to put this up!
Required for all PRs
resolves #13145
Add an sqlserver input plugin to support Azure Arc-enabled SQL Managed Instance. Currently, the plugin is not able to support the Azure Arc-enabled SQL MI due to engine edition checking.