stackdriver: return correct value
This commit is contained in:
@@ -56,7 +56,7 @@ export default class StackdriverMetricFindQuery {
|
||||
const metricDescriptors = await this.datasource.getMetricTypes(this.datasource.projectName);
|
||||
return getMetricTypesByService(metricDescriptors, selectedService).map(s => ({
|
||||
text: s.displayName,
|
||||
value: s.name,
|
||||
value: s.type,
|
||||
expandable: true,
|
||||
}));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user