We have setup Grafana and installed Hawkular plugin to connect with Hawkular services. It worked & shown some metrics. When an alert is configured via Grafana UI, it shown following error in Grafana UI:
tsdb.HandleRequest() error Could not find executor for data source type: hawkular-datasource
Is there any option to get alerts either through Grafana or Hawkular?
Grafana currently does not support alerts through datasource plugins, because they are written in javascript and can't be executed on the server which uses golang.