Fix rebase, fix empty field still issuing query problem

This commit is contained in:
David Kaltschmidt
2018-10-23 17:04:33 +02:00
parent 0cd89e80ca
commit f19ffee5b4
4 changed files with 46 additions and 15 deletions

View File

@@ -196,6 +196,7 @@ export class PrometheusDatasource {
query: queries[index].expr,
responseListLength: responseList.length,
refId: activeTargets[index].refId,
valueWithRefId: activeTargets[index].valueWithRefId,
};
const series = this.resultTransformer.transform(response, transformerOptions);
result = [...result, ...series];