instana / instana-grafana-datasource

🔭 Grafana datasource plugin for Instana
https://grafana.com/plugins/instana-datasource
Apache License 2.0
38 stars 20 forks source link

Implement Backend Plugin #76

Open RichiCoder1 opened 4 years ago

RichiCoder1 commented 4 years ago

Current Instana support is added via a normal Datasource Plugin. This works for the most part but has the limitation that the plugin can't take advantage of features like Alerting or Caching. For those, Instana's plugin need to implement a Backend Plugin.

If there's interest, I'd be willing to help implement this or provide feedback into an implementation.

Related: #66