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
In order to make alerting working, querying data source target should be reimplemented on the backend side. This makes sense only for time series data, so first part may be implementing queryNumericData method from the frontend.
For this purpose, a new query type should be created and used as a default. Main problem is implementing query parser which should fetch groups, hosts, apps, items and then parse regex filters to recognize items which should be queried. https://github.com/alexanderzobnin/grafana-zabbix/blob/6e80b491205168a2744970bfd0403a76447e580b/pkg/datasource.go#L29-L34
The text was updated successfully, but these errors were encountered:
@alexanderzobnin I will be able to help with this issue and if there is any sample query can you point me to that. It will help me understand and test the implemented method.
In order to make alerting working, querying data source target should be reimplemented on the backend side. This makes sense only for time series data, so first part may be implementing
queryNumericData
method from the frontend.For this purpose, a new query type should be created and used as a default. Main problem is implementing query parser which should fetch groups, hosts, apps, items and then parse regex filters to recognize items which should be queried.
https://github.com/alexanderzobnin/grafana-zabbix/blob/6e80b491205168a2744970bfd0403a76447e580b/pkg/datasource.go#L29-L34
The text was updated successfully, but these errors were encountered: