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 delete_misses/delete_hits to memcache #928

Merged
merged 1 commit into from May 5, 2014

Conversation

arthurnn
Copy link
Contributor

@arthurnn arthurnn commented May 5, 2014

See https://github.com/memcached/memcached/blob/master/doc/protocol.txt,
there is delete_* stats we could use to report to datadog.

@remh , please help me out here. I am not sure if I am missing something, I cannot setup the environment to run the tests locally, and I couldn't find any page explaining how to do that. So I changed the code I thought would make sense.
The reason for this is, we need to display delete_hits and delete_misses to datadog, and right now we dont have those stats, and the memcached protocol says it support them.

Thoughts?

# network
# limit_maxbytes 32u Number of bytes this server is allowed to
# use for storage.
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only removing white spaces on those comments, If thats too much noise, I can add them back. Let me know.

@remh
Copy link
Contributor

remh commented May 5, 2014

Thanks a lot @arthurnn!
It looks good, merging it, i'll fix the failing test.

remh added a commit that referenced this pull request May 5, 2014
Add delete_misses/delete_hits to memcache
@remh remh merged commit b7dff40 into DataDog:master May 5, 2014
@arthurnn arthurnn deleted the add_delete_memcache branch May 5, 2014 18:03
@arthurnn
Copy link
Contributor Author

arthurnn commented May 5, 2014

great thanks.. I noticed travis was falling before too, so I didnt bother much about fixing it. But fell free to ping me of you need any help.

arthurnn added a commit to arthurnn/dd-agent that referenced this pull request May 5, 2014
arthurnn added a commit to arthurnn/dd-agent that referenced this pull request May 5, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants