-
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
metricbeat: add more node metrics in elasticseach module #5320
Conversation
Can one of the admins verify this patch? |
@wangdisdu Could you share some more details on how you use these metrics in your environment? |
@ruflin Well, i build many charts with echart in use of "node stats" metrics. With the charts showing jvm memory used by For the |
@wangdisdu Thanks for sharing the details. How does the data from beats end up in echarts? Is that on top of elasticsearch? We are looking into which values we should add to elasticsearch module without adding too many values. We will keep you posted. |
"heap_init": s.Object{ | ||
"bytes": c.Int("heap_init_in_bytes"), | ||
"heap": s.Object{ | ||
"init": s.Object{ |
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.
Note for myself: this is a breaking change.
@wangdisdu I think we should move forward with this PR. Could you add a line to the CHANGELOG under breaking changes as the |
52ab248
to
6e9c4f8
Compare
jenkins, test it |
6e9c4f8
to
a693143
Compare
@wangdisdu Thanks for your contribution. |
metricbeat: add more node metrics in elastics each module
node: