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
Describe the bug
After the migration of core dashboards to the Scenes architecture, we got an escalation regarding some issues with the Zabbix plugin.
The issue is pretty simple: the plugin is doing a caching by stringifing a set of arguments among which is the request. Unlike in the previous implementation, in the current one the request contains circular references and it can't be stringified without using a circular reference removal (my go-to solution to this) or by manually removing the complex objects from the request object.
Expected behavior
The plugin should not fail.
Screenshots
Network data
Software versions
Grafana
Zabbix
Grafana-Zabbix Plugin
11.1.x
---
4.4.3
The text was updated successfully, but these errors were encountered:
Describe the bug
After the migration of core dashboards to the Scenes architecture, we got an escalation regarding some issues with the Zabbix plugin.
The issue is pretty simple: the plugin is doing a caching by stringifing a set of arguments among which is the request. Unlike in the previous implementation, in the current one the request contains circular references and it can't be stringified without using a circular reference removal (my go-to solution to this) or by manually removing the complex objects from the request object.
Expected behavior
The plugin should not fail.
Screenshots
Network data
Software versions
The text was updated successfully, but these errors were encountered: