Open mbrekhov opened 3 years ago
It seems that the issue is not relates to "Custom Invervals". I observe the same behavior in "usual" intervals too.
Looks like "data alignment" is the root cause of the issue.
Yes, I think you're right - this is related to data alignment (in some cases it uses interval detection). I'll take a look.
@mbrekhov could you test this against the latest version?
I cannot due to incompatibility of this plugin with our Grafana's version (7.5.x)
Hi,
Not sure if it is Grafana bug, or Zabbix-plugin.
Example 1
Here is an example how Zabbix interval is configured:
This is correct visualization(24h):
But when I change to 2d it is showing up incorrectly:
But I've found solution how to fix this on client side. Need to set "Min interval":
And now the same 2d is showing up correctly:
Example 2:
24 hours in Grafana:
2days in Grafana(now-2d):
3 days in Grafana(now-3d):
Also I'm able to fix this by using sum(5m) function:
Software versions