Commit 43c389d1 by Ivana Huckova Committed by GitHub

Revert "Update refId for instant queries (#27954)" (#27960)

This reverts commit 9546da31.
parent a230aa10
......@@ -137,15 +137,7 @@ export class LokiDatasource extends DataSourceApi<LokiQuery, LokiOptions> {
}
return {
data: [
lokiResultsToTableModel(
response.data.data.result,
responseListLength,
`${target.refId}_instant`,
meta,
true
),
],
data: [lokiResultsToTableModel(response.data.data.result, responseListLength, target.refId, meta, true)],
key: `${target.refId}_instant`,
};
}),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment