-
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
Fall back to system_health/event_file when querying deadlocks #19189
Conversation
The changelog type |
The changelog type |
1 similar comment
The changelog type |
The changelog type |
What does this PR do?
If the
datadog
XE session isn't created, the agent will retrieve deadlocks fromsystem_health/event_file
.Motivation
Some customers can't or prefer not to create dedicated XE sessions. We use event_file over ring_buffer to avoid truncating recent events, but
datadog
XE session remains the preferred option for better performance.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