mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: return correct value
This commit is contained in:
parent
3883643ea2
commit
40bb3551cf
@ -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,
|
||||
}));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user