-
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
Added tags for monitoring readable secondaries for Azure SQL MI #8369
Conversation
Merge with master
rebase with master
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.
For simplicity can we actually have the tag as 'READ_ONLY' or READ_WRITE just return the property itself rather than returning a 0/1?
Aka
DATABASEPROPERTYEX(DB_NAME(), 'Updateability') as replica_updateability
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.
Reviewed MI related changes
@ssoroka Could you help approving this PR? Thanks! |
Required for all PRs:
Added new column - is_primary_replica in DB queries for monitoring readable secondaries.
@denzilribeiro Could you please review this PR for exposing replica role to monitor readable secondaries for MI?