-
Notifications
You must be signed in to change notification settings - Fork 62
Alerting support #60
Comments
Hi together, I am as well very interested in a solution for Alerting with KairosDB. I would also like to unterstand the concrete issue why the alarming is not working. Is it the kairosdb-datasource plugin which has to be fixed? Thanks and regards |
Hi All Currently I have no plans to implement alerting. PRs welcomed. |
Grafana's alerting feature requires a datasource plugin running on the server side/backend. We have plans to implement support for backend plugins, but no time frame for that right now. See grafana/grafana#6841 for further information. |
@marefr is it possible to somehow do this via a user-created service as a temporary solution? Like after the alert is set up the datasource plugin will just call a service (provided by user) to process? |
@quanganhtran No, not possible/supported. |
Alerting support has been implemented in the kairosdb fork: https://github.com/kairosdb/kairosdb-datasource. Unfortunately, it looks like there is no progress being made in merging PRs here, though. This guy has been open for a year now: #78 |
Hi folks!
It seems some work has been done to allow alerting support for KairosDB (#40) but it still don't work on my side and it seems to be linked to some flapping on the plugin id:
datasource-plugin-kairosdb
kairosdb
kairosdb-datasource
datasource-plugin-kairosdb
kairosdb
datasource-plugin-kairosdb
This comment explains alerting may work with using
kairosdb
as plugin id: #38 (comment). This is in sync with a1c9b9c which changed the id to this value for alerting.Anyway, using v2.0.1 of the plugin, testing each plugin id format, alerting never works. I always get this kind of error:
tsdb.HandleRequest() error Could not find executor for data source type: grafana-kairosdb-datasource
(only the plugin id changes)Is it possible to fix the plugin id for good with working alerting ?
It would also be fine to explain what are the cons of using
kairosdb
as a plugin id if it's necessary for alerting (why is it always restored todatasource-plugin-kairosdb
?).Thanks !
The text was updated successfully, but these errors were encountered: