-
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 Overview dashboard to Tomcat module #14026
[Metricbeat] Add Overview dashboard to Tomcat module #14026
Conversation
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.
Selection of metrics and visualization LGTM. Some comments:
- There are some continuously growing graphs, could we show the derivative instead?
- In the screenshot the
Total Requests
title appears with the[Metricbeat Tomcat]
suffix, though in the code it seems to be relabeled, could you confirm that in the final version the suffix doesn't appear? - Consider adding a screenshot, and if you do it capture it with the default theme 🙂
6614a4e
to
2120f2e
Compare
jenkins, test this |
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, but I think we shouldn't mention the specifics of the calculations in the titles of the visualizations.
}, | ||
"panelIndex": "6", | ||
"panelRefName": "panel_4", | ||
"title": "Derivative of total requests", |
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.
No need to mention in the visible titles that this is a derivative.
4a0a74a
to
13bcac4
Compare
Part of #13860 |
I wouldn't say it is blocking but there is an unaddressed comment, I think we should title the visualizations with the value they are representing, not with the calculation made. e.g. something like |
13bcac4
to
c2c854a
Compare
Ok, titles have been changed. |
Thanks! Could you regenerate the screenshot? |
e309d43
to
c7dd262
Compare
Screenshot updated |
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! It looks great.
Overview dashboard for Tomcat metricbeat module
https://user-images.githubusercontent.com/4249331/66661664-ab29fe80-ec47-11e9-852d-2d380b29ac20.pnghttps://user-images.githubusercontent.com/4249331/66813821-c5a8f400-ef35-11e9-8381-8cf316f9279d.png!https://user-images.githubusercontent.com/4249331/67019835-8e853f00-f0fd-11e9-9efd-ece11a96fa9c.png