foursquare / datasource-plugin-clouderamanager

Cloudera Manager datasource for Grafana 3.x
Apache License 2.0
19 stars 17 forks source link

Support Alerting #5

Closed lied closed 7 years ago

lied commented 7 years ago

If possible provide Alerting support for this plugin. This would make our life here much simpler. If I can support, let me know how.

image

tdyas commented 7 years ago

It is unlikely that we will ever have the time to add alerting support for this plugin. Alerting support has to be added to the Grafana backend server because the golang-based backend does not currently make use of the Javascript datasource code to call the datasources to retrieve metrics for alerting purposes.

See https://github.com/grafana/grafana/tree/master/pkg/tsdb for the in-server implementations of various datasources. You'll note that much of that code duplicates the Javascript datasource code.