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.
2 parents 9b90b83 + 9748a94 commit aedd518Copy full SHA for aedd518
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