Scale is not machting the displayed value

  • What Grafana version and what operating system are you using?
    I’m running grafana inside a docker containe on an Unbuntu Machine
    grafana/grafana-oss:9.5.3

  • What are you trying to achieve?
    Fixing the scale on this:
    https://i.imgur.com/EwMab0l.png

  • How are you trying to achieve it?

Quary looks like this:

sum by (server) (velocity_online_player{proxy_name=~"$proxy"})
  • What happened?
    The scale is about 2x the max value, and the graph is not maching the displayed value

  • What did you expect to happen?
    Nope

  • Can you copy/paste the configuration(s) that you are having problems with?
    Yes

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    Nope

  • Did you follow any online instructions? If so, what is the URL?
    Nope

Hello,

make sure “Stack series” is “Off”

image

Thanks that fixed it.

1 Like