-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Collect sqlserver deadlock data #18108
Conversation
8196b9a
to
c1071b7
Compare
The |
1 similar comment
The |
e5e601d
to
e66ae83
Compare
The |
The |
1 similar comment
The |
The |
The |
1 similar comment
The |
258e864
to
616d9b5
Compare
The |
2 similar comments
The |
The |
54e9034
to
33ce257
Compare
What does this PR do?
Adds SQLServer deadlock data collection.
Motivation
Requested by various customers (DBMON-4445).
Limitation
In the first iteration, we only support
odbc
driver becauseadodb
doesn't correctly map thexml
data type. I'll immediately start working on a solution, but let's not block this PR.Test case:
adodbapi.apibase.InternalError: Data column of Unknown ADO type=141
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged