influxdb: pass tags to alerting from influxdb client

closes #10046
pull/8626/merge
bergquist 8 years ago
parent 5e9f0771c5
commit 9282182805
  1. 1
      pkg/tsdb/influxdb/response_parser.go

@ -50,6 +50,7 @@ func (rp *ResponseParser) transformRows(rows []Row, queryResult *tsdb.QueryResul
result = append(result, &tsdb.TimeSeries{
Name: rp.formatSerieName(row, column, query),
Points: points,
Tags: row.Tags,
})
}
}

Loading…
Cancel
Save