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

Prometheus bad graph scale numbers #5427

Open
danielmotaleite opened this Issue Apr 2, 2019 · 1 comment

Comments

Projects
None yet
2 participants
@danielmotaleite
Copy link

danielmotaleite commented Apr 2, 2019

Bug Report

What did you do?
A graph with this query:

        system_load5{host=~".*kafka-.*"} / system_n_cpus{host=~".*kafka-.*"} > 1.7

What did you expect to see?
a graph with small, integer or similar scale numbers

What did you see instead? Under which circumstances?
sometimes i get this graph

image

Notice the scale, not very useful. So please add something to round that to more friendly scale

prometheus version:
Version 2.7.0
Revision 410ee9e
Branch HEAD
BuildUser root@3bc81b516055
BuildDate 20190128-10:09:51
GoVersion go1.11.5

@simonpasquier

This comment has been minimized.

Copy link
Member

simonpasquier commented Apr 4, 2019

Looks like a duplicate of #3595. Could you try with v2.8.1 as some UI components have been updated?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.