We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189f89a commit 31ddcdbCopy full SHA for 31ddcdb
public/app/plugins/datasource/stackdriver/query_filter_ctrl.ts
@@ -161,6 +161,7 @@ export class StackdriverFilterCtrl {
161
this.target.service = this.service;
162
this.metrics = this.getMetricsList();
163
this.setMetricType();
164
+ this.getLabels();
165
if (!this.metrics.find(m => m.value === this.target.metricType)) {
166
this.target.metricType = this.$scope.defaultDropdownValue;
167
} else {
0 commit comments