Sriram
Sriram
Doesn't the docs about uql useful? 1.0.0 is getting released later this week. BTW, have you tried beta?
Expression is not supported by infinity. To support expression this needs to be a full backend datasource. Curious to know the usecase.
Makes sense. Unfortunately, the plugin doesn't support those backend operations (expressions/alerting/recorded queries). But in future versions, will consider those. But not sure how feasible without compromising dynamic parsing of json...
1.0.0-beta.1 is now **[available](https://github.com/yesoreyeram/grafana-infinity-datasource/releases/tag/v1.0.0-beta.1)** with alerting support. With JSON query type, one need to choose `backend` as a parser to get the alerts working. Example shown below for setting up...
backend / alerting not supported for CSV yet. But I have plans for 1.1.0.
Looks like a bug in safari https://stackoverflow.com/questions/3085937/safari-js-cannot-parse-yyyy-mm-dd-date-format
I don't think this is a plugin problem. If i read this correctly, the variable provider for $from sould be responsible for interpolating this. You can confirm this by using...
multi value variables are not supported in the datasource yet. So adding this as a feature request.
@gdiana - thanks for the feedback. It was just designed to solve the basic problem. BTW, i am rewriting the entire variable component of the plugin to solve more advance...
@gdiana - do you still think it is a feature request after v1.0.0 of the plugin?