Skip to content

Commit fc1e214

Browse files
committed
stackdriver: add relevant error message for when a user tries to create a template variable
1 parent 9748a94 commit fc1e214

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/app/plugins/datasource/stackdriver/datasource.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,10 @@ export default class StackdriverDatasource {
166166
return results;
167167
}
168168

169+
metricFindQuery(query) {
170+
throw new Error('Template variables support is not yet imlemented');
171+
}
172+
169173
testDatasource() {
170174
const path = `v3/projects/${this.projectName}/metricDescriptors`;
171175
return this.doRequest(`${this.baseUrl}${path}`)

0 commit comments

Comments
 (0)