-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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 additional php-fpm pool status kpis for Metricbeat module #5287
Conversation
Can one of the admins verify this patch? |
@exekias This is the new PR to the master branch |
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.
Thank you for contributing @pgilad! 🎉 I left a minor comment about date fields.
Could you please add a CHANGELOG.asciidoc
entry?
description: > | ||
Number of seconds since FPM has started. | ||
- name: start_time | ||
type: long |
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.
I think this could be date
https://www.elastic.co/guide/en/elasticsearch/reference/current/date.html, you may need to convert the value before pushing it to Elasticsearch
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.
Sure, it needs a epoch_second
format, let me see if I can find how to format that
jenkins test it please |
@exekias Done |
jenkins, test it |
@pgilad I think you need to run |
@ruflin Thanks, done! |
jenkins test it, please |
Sorry @pgilad you will also need to update |
jenkins test it, please |
@pgilad Merged. Thanks a lot for the contribution. |
No description provided.