Open Gauravshah opened 4 years ago
@Gauravshah Any progress on prometheus compatibility yet?? https://github.com/GoshPosh/grafana-meta-queries/issues/66#issuecomment-595746814
@beingyash Grafana 7.0 introduced transformation feature to aggregate multiple query outputs - https://grafana.com/docs/grafana/latest/guides/whats-new-in-v7-0/#transformations
@beingyash is there any open prometheus data source that I can use to test it out ?
See my comment here for a test data source: https://github.com/GoshPosh/grafana-meta-queries/issues/82#issuecomment-566455244
I looked at it . For some reason Prometheus returns an observable from the promise. Its related to move to react from angular. because $q.all(promise) doesn't resolve on react. We will need to move the plugin from angular to react to be able to support this. Not sure of a quick hack. https://stackoverflow.com/questions/37172093/q-all-for-angular2-observables
Unable to import rxjs
Details in : https://github.com/GoshPosh/grafana-meta-queries/issues/82 https://github.com/GoshPosh/grafana-meta-queries/issues/66