mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
stackdriver: get value type and metric kind from metric descriptor instead of from latest metric result
This commit is contained in:
@@ -316,9 +316,6 @@ func (e *StackdriverExecutor) parseResponse(queryRes *tsdb.QueryResult, data Sta
|
||||
Name: metricName,
|
||||
Points: points,
|
||||
})
|
||||
|
||||
queryRes.Meta.Set("metricKind", series.MetricKind)
|
||||
queryRes.Meta.Set("valueType", series.ValueType)
|
||||
}
|
||||
|
||||
queryRes.Meta.Set("resourceLabels", resourceLabels)
|
||||
|
||||
Reference in New Issue
Block a user