You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (i === 0) {
timestamps.push(period.period_from * 1000);
}
and
if (i === 0) {
values[j].push(value);
}
Recompiled the plugin and with these conditions - time ranges became correct. Maybe these conditions should solve some issues, but in my case, everything is working working correctly only without them ) Maybe this behavior can be parametrized
Screenshots
Please see screenshots.
Software versions
Grafana
Zabbix
Grafana-Zabbix Plugin
| 9.4.7 | 6.0.10 | 4.3.0 |
The text was updated successfully, but these errors were encountered:
Describe the bug
Tried to draw dashboard for a weekly SLA. Found out that time range for SLA is differs in Grafana and Zabbix.
What I tried to do - removed blocks in the file:
https://github.com/alexanderzobnin/grafana-zabbix/blob/master/src/datasource/responseHandler.ts
Recompiled the plugin and with these conditions - time ranges became correct. Maybe these conditions should solve some issues, but in my case, everything is working working correctly only without them ) Maybe this behavior can be parametrized
Screenshots
Please see screenshots.
Software versions
| 9.4.7 | 6.0.10 | 4.3.0 |
The text was updated successfully, but these errors were encountered: