-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DBMON-2051: Adding a deadlock metric to MySQL databases (#16904)
* DBMON-2051: Adding a deadlock metric to Maria DB * removing print outs * removed prints * trying to create a proper deadlock * Fix thread pool limit * Add a check * Add wait to let update db threads to finish * Add select query * fix query * revert changes to conftest * fix test * Add events * remove obsolete diff * cleaned up pr * moved tests to the end * Put back empty lines * put back empty line * added a changelog * changed pr number in changelog * removed patched config * reverting back conftest * reverted common py * applied linter * Added the correct changelog * add a check for innnodb * removed superfluous method * removed whitespace * changed to monotonic_count * removed check from constructor * modified variable names * fixed changelog and test error * improved the changelog --------- Co-authored-by: root <[email protected]>
- Loading branch information
1 parent
f29946f
commit 30ed8fa
Showing
6 changed files
with
124 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Adding a deadlock metric to MySQL databases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters