-
Notifications
You must be signed in to change notification settings - Fork 543
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
[memcached] Collect from memcached using the tool #3654
[memcached] Collect from memcached using the tool #3654
Conversation
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
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.
LGTM, though it seems strange to me that memcached-tool
wouldn't be in $PATH when included as a packaged executable (whereas if you were installing from source, totally understandable).
It's in the path for rocky8/rocky9 (which I just tested) which I am presume will be the case for RH based systems but it is not for ubuntu. So, happy to change that for the |
ea3d153
to
2a2df04
Compare
Signed-off-by: Arif Ali <arif.ali@canonical.com>
2a2df04
to
0fdab4e
Compare
Didn't need to change, was just making an observation that I am surprised that the Ubuntu packaging wouldn't drop it in $PATH. Either way though, this looks good to me. |
It looked more elegant, and less code. Reading up on it, apparently it can cause a pause on the cache gathering/setting if this tool is run, so that could be the reason for not adding it to the $PATH. Maybe a warning is at hand here, wdyt? |
If it can cause an interruption to normal operation I think we'd ideally gate it behind a plugin option, but there isn't much else this plugin collects and I doubt that the general use case for support folks would be well served without this info. Maybe a warning would suffice, let's dig in a little bit. Is there any indication on how likely a pause or how long the pause could be (full duration of the command, or is it very brief at the beginning of execution), or for that matter is it any time this command is run, or only for specific sub commands like |
Reading up on this if we run So I think, this should be good to go |
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines