mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
stackdriver: add relevant error message for when a user tries to create a template variable
This commit is contained in:
parent
9748a9487b
commit
fc1e214987
@ -166,6 +166,10 @@ export default class StackdriverDatasource {
|
||||
return results;
|
||||
}
|
||||
|
||||
metricFindQuery(query) {
|
||||
throw new Error('Template variables support is not yet imlemented');
|
||||
}
|
||||
|
||||
testDatasource() {
|
||||
const path = `v3/projects/${this.projectName}/metricDescriptors`;
|
||||
return this.doRequest(`${this.baseUrl}${path}`)
|
||||
|
Loading…
Reference in New Issue
Block a user