mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: rename query function
This commit is contained in:
@@ -184,8 +184,7 @@ export default class StackdriverDatasource {
|
||||
|
||||
async metricFindQuery(query) {
|
||||
const stackdriverMetricFindQuery = new StackdriverMetricFindQuery(this);
|
||||
return stackdriverMetricFindQuery.query(query);
|
||||
// throw new Error('Template variables support is not yet imlemented');
|
||||
return stackdriverMetricFindQuery.execute(query);
|
||||
}
|
||||
|
||||
async testDatasource() {
|
||||
|
||||
Reference in New Issue
Block a user