Skip to content
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

Stack monitoring: Unit mismatch in memory graphs #73298

Closed
afgomez opened this issue Jul 27, 2020 · 1 comment · Fixed by #77105
Closed

Stack monitoring: Unit mismatch in memory graphs #73298

afgomez opened this issue Jul 27, 2020 · 1 comment · Fixed by #77105
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Monitoring Stack Monitoring team v7.9.0 v8.0.0

Comments

@afgomez
Copy link
Contributor

afgomez commented Jul 27, 2020

The memory graphs shown in the stack monitoring plugin have a mismatch between the unit specified in the header and the values shown in the graph.

Example in APM server view:
Screenshot 2020-07-27 at 17 06 03

Example in Kibana instance view:
Screenshot 2020-07-27 at 17 18 30

As a user I would expect the scale of the numbers in the graph to match the unit in the header. Taking the screenshots as an example, I would expect the APM server graph to show numbers in the range of 120, 100, 80... instead of millions.

@igoristic igoristic added v7.9.0 v8.0.0 enhancement New value added to drive a business result labels Jul 27, 2020
@ravikesarwani
Copy link
Contributor

The unit in the header says "MB" or "GB" but the Y axis plots "bytes". Shouldn't it convert and plot as MB/GB? Looks like we are already doing all the work to define the correct unit based on min and max values in the range.
Once we have finished 7.9 tasks we should take a look to see how we can potentially fix this. Seems like a bug to me.

@igoristic igoristic added bug Fixes for quality problems that affect the customer experience and removed enhancement New value added to drive a business result labels Jul 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Stack Monitoring Team:Monitoring Stack Monitoring team v7.9.0 v8.0.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants