-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mysql frontend: fixed performance metrics
Performance metrics graphs were broken since commit 3775cf6. Besides fixing the performance metrics for mysql, this commit also: - removed the ability to delete a node from the performance monitoring table, as removing a node by IP address is not supported at the moment (the application manager handles removing of nodes, but in this case this call goes only to the service manager, so the node will be removed from the list but not deleted, which is not desirable). - fixed a bug in the performance monitoring table (nodes sometimes appeared twice in that table) - removed some inconsistencies and restructured the code a little.
- Loading branch information
Showing
5 changed files
with
113 additions
and
82 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
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