-
Notifications
You must be signed in to change notification settings - Fork 25
Alerting Support #19
Comments
Alerting function is a critical feature for my team. |
Alerting feature have to be done on the Grafana backend (it's the backend which will schedule checks), you can ask Grafana to support Warp10 datasource :-) |
Alerting is managed as backend queries in Grafana. We need to move the query layer from the frontend to the backend in the plugin, which means a fairly deep rework. We don't use this feature from Grafana, but still, we will accept contributions. |
I will be happy to help but I don't know exactly where to begin (the grafana documentation is not really clear about this part)... |
Actually there's a backend updated branch for the simple json datasource https://github.com/grafana/simple-json-datasource/tree/backend-updated and also a grafana plugin sdk to write plugins (in alpha). https://github.com/grafana/grafana-plugin-sdk-go Someone wants to try those with me ? 😁 |
Indeed it could be great to have alerting support for those that run warp10 by their own. |
Will you add the support for the alerting function of Grafana in this datasource ?
The text was updated successfully, but these errors were encountered: