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
Zabbix plugin produces a lot of queries, so in order to rid of unnecessary workload, cache should be implemented on the backend. go-cache can be used as a simple cache implementation.
Zabbix plugin produces a lot of queries, so in order to rid of unnecessary workload, cache should be implemented on the backend. go-cache can be used as a simple cache implementation.
See
cachingProxy.js
for detailshttps://github.com/alexanderzobnin/grafana-zabbix/blob/6e80b491205168a2744970bfd0403a76447e580b/src/datasource-zabbix/zabbix/proxy/cachingProxy.js#L70
The text was updated successfully, but these errors were encountered: