Commit fc1e2149 by Erik Sundell

stackdriver: add relevant error message for when a user tries to create a template variable

parent 9748a948
......@@ -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}`)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment