-
Notifications
You must be signed in to change notification settings - Fork 23
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
PR Comment changes - Query analysis ohi (#52) - feat: Enhanced query performance monitoring features to track slow queries, examine query execution plans, monitor wait events, and identify blocking sessions #199
base: epic_db_query_performance_monitoring
Are you sure you want to change the base?
PR Comment changes - Query analysis ohi (#52) - feat: Enhanced query performance monitoring features to track slow queries, examine query execution plans, monitor wait events, and identify blocking sessions #199
Conversation
feature[DNM]: Query Performance monitoring for NRI-MSSQL providing Enhanced query performance monitoring features to track the following new event Types: SlowQueryAnalysis WaitTimeAnalysis ExecutionPlanAnalysis BlockedSessionAnalysis In Progress: - Integration tests - Unit test cases --------- Co-authored-by: Anitha Vadla <[email protected]> Co-authored-by: tangural <[email protected]>
Reopening because merging PR #198 is no longer possible. |
Going forward, we'll be using this PR for all the new changes. Why this new PR? |
I think you missed adding the new flags introduced to
|
Covered in @avadla's latest commit |
PR review comment changes: Add logs and refractor
* Integration Tests Setup for MSSQL * Supported versions only * Use assert for validating found sample types
feature[DNM]: Query Performance monitoring for NRI-MSSQL providing Enhanced query performance monitoring features to track the following new event Types:
SlowQueryAnalysis
WaitTimeAnalysis
ExecutionPlanAnalysis
BlockedSessionAnalysis
Changes for PR Review:
In Progress:
Co-authored-by: Anitha Vadla [email protected]
Co-authored-by: Tanush Angural [email protected]