mirror of
https://github.com/grafana/grafana.git
synced 2026-08-09 04:38:16 -05: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