raintank / crate-datasource

Apache License 2.0
13 stars 8 forks source link

Support for alerts with Grafana backend plugins #54

Open Cerfoglg opened 6 years ago

Cerfoglg commented 6 years ago

Recently we have been using Grafana with CrateDB as a data source through this plugin. One feature we were missing was alerts, so we built a custom Docker image of Grafana with our basic support for alerts in the backend. This isn't ideal for us, and we were looking into Grafana's planned support for backend plugins. Currently they have a branch with support for backend plugins (undocumented), and example of which can be found here https://github.com/grafana/simple-json-datasource/tree/backend-updated

Are there plans to potentially update this plugin to work with this new implementation, thus allowing features such as alerts to be available in Grafana with CrateDB?