mirror of
https://github.com/grafana/grafana.git
synced 2026-08-19 01:34:54 -05:00
TimeSeries: datasources with labels should export tags (not labels) (#18977)
* merge master * export prometheus tags
This commit is contained in:
committed by
Torkel Ödegaard
parent
14a740572d
commit
eccc6adfde
@@ -76,7 +76,7 @@ export class ResultTransformer {
|
||||
datapoints: dps,
|
||||
query: options.query,
|
||||
target: metricLabel,
|
||||
labels: metricData.metric,
|
||||
tags: metricData.metric,
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user