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
{{ message }}
This repository was archived by the owner on Aug 30, 2021. It is now read-only.
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:
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 to datasource-plugin-kairosdb ?).