-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't work with prometheus data source #94
Comments
@Gauravshah Any progress on prometheus compatibility yet?? |
@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: #82 (comment) |
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. Unable to import rxjs |
Details in :
#82
#66
The text was updated successfully, but these errors were encountered: