-
Notifications
You must be signed in to change notification settings - Fork 458
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
Different collection intervals compatibility in Grafana 7.5.5 #1211
Comments
Unfortunately, there's no easy solution for this problem, so moving the next release. The best way top fix it - add interpolation, but it's a bit tricky, and this release contains lots of changes, so dont want to add more complexity right now. |
Looks like the fix does no cover all possible cases, so I have to find better solution. |
I also have a use case affected by this issue: data is sent to Zabbix by external hardware sensors, at flexible intervals not controllable by Zabbix (but by these sensors). |
@k-korn yes, in this case I decided to perform it in a bit different way. I use interpolation (which original stacking algorithm used in Grafana) to find all common points and prepare series for proper stacking. This is an example of how it works: |
Closing this again since it's fixed by fcef21b |
Describe the bug
With Grafana 7.5.5 version, stacking option with Graph visualization is not working properly with different metric collection intervals.
Screenshot of the issue:
Screenshot of expected behavior
There's a workaround to use
groupBy(5m, avg)
to group all metrics with 5 minutes interval.Software versions
The text was updated successfully, but these errors were encountered: