Explorar o código

influxdb: pass tags to alerting from influxdb client

closes #10046
bergquist %!s(int64=8) %!d(string=hai) anos
pai
achega
9282182805
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      pkg/tsdb/influxdb/response_parser.go

+ 1 - 0
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,
 			})
 		}
 	}