Don't see all points in Grafana on lower scales

63 Views Asked by At

On lower scale I am obviously seeing several outliers, maximal of which is 18211

enter image description here

if I zoom in then I am starting to see additional outliers

enter image description here

Is it possible to configure Grafana to show all points all the time or aggregate them differently?

Backend is Graphite.

1

There are 1 best solutions below

3
xirehat On

No, this is not possible due to space limitations

For example:

Suppose you have 60 places and you want to fill them with numbers If the time period is one hour, then in each of these places it will display the metrics stored of every minute But if you make this interval smaller and convert it to a minute, each of these places will display the metrics stored of every second.