mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
parent
5e9f0771c5
commit
9282182805
@ -50,6 +50,7 @@ func (rp *ResponseParser) transformRows(rows []Row, queryResult *tsdb.QueryResul
|
|||||||
result = append(result, &tsdb.TimeSeries{
|
result = append(result, &tsdb.TimeSeries{
|
||||||
Name: rp.formatSerieName(row, column, query),
|
Name: rp.formatSerieName(row, column, query),
|
||||||
Points: points,
|
Points: points,
|
||||||
|
Tags: row.Tags,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user