Skip to content
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

Add a few critical wiredTiger cache metrics #24

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

jrrbelmont
Copy link

Tested locally against a 3.2.16 mongod.

# WiredTiger
if 'wiredTiger' in server_status:
self.submit('gauge', 'wiredTiger.cache.bytesCurrentlyInTheCache',
server_status['wiredTiger']['cache']['bytes currently in the cache'])
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm a bit wary of these index lookups since they will throw an exception if any of these keys don't exist. Would be better to use .get(..., {}).get(...) or wrap this added block in an exception handler for IndexError.

Copy link

@keitwb keitwb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like some merge conflict.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants