-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
fix(inputs.php-fpm): Parse JSON output #14430
Conversation
Isn't it better to just always add |
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.
Thanks @powersj!
Co-authored-by: Sven Rebhan <36194019+srebhan@users.noreply.github.com>
Download PR build artifacts for linux_amd64.tar.gz, darwin_arm64.tar.gz, and windows_amd64.zip. 📦 Click here to get additional PR build artifactsArtifact URLs |
I would like this to be opt-in, rather than changing the user's provided URL. |
Oh and this one isn’t actually a fix, but a new feature… |
(cherry picked from commit 34296b8)
Hello, |
Today ;) |
@powersj thank you very much, so fast!(but I agree that it's more a feature request than a bugfixe) |
No prob. I know ;) but I don't want you to have to wait 3 months for a release, given I knew we were doing another small release today and this is opt-in. |
Summary
Adds a new, opt-in config option to parse JSON output from PHP-FPM. This enables the ability to parse additional metrics per process as well.
Checklist
Related issues
resolves #14421