-
Notifications
You must be signed in to change notification settings - Fork 19
inspect-mysql #40
base: master
Are you sure you want to change the base?
inspect-mysql #40
Conversation
…-mysql * 'master' of https://github.com/square/prodeng: Update README.md Update README.md Update README.md fixes for darwin for new metrics scheme various improvements
* upstream/master: Update README.md Update README.md
add metrics and fix bugs * brian-mysql: more metrics in mysqlstat files added enable password from config file get global status started wrote mysqlstat created mysqlstat
inspect-mysql/README.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
global
|
This is great! My biggest concern is that it's non-obvious how to make changes to this code, since there are no tests and no guidance in README. Can you add some documentation for how you develop and test this code (if only manually?) For example, say I wanted to change or fix a bug in the stacked queries check. How would you do that? |
* 'master' of https://github.com/BrianIp/prodeng: Added Testing section to readme Update readme
* upstream/master: add basic cgroup based resource container script add per process IO statistics add fsstats for linux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is the lock needed here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maps aren't thread safe. There's a potential race condition where two different threads might try to create new entries and initialize metrics for the same entry in a map.
No description provided.