quickwit-datasource icon indicating copy to clipboard operation
quickwit-datasource copied to clipboard

Console warn "Duplicate field names in DataFrame: message" seen on a Grafana instance with 0.4.0-beta.2 version:

Open fmassot opened this issue 1 year ago • 2 comments

I did not reproduce it locally. I tested a Grafana 10.3.3 with Quickwit 0.4.0-beta.2 installed.

fmassot avatar Feb 20 '24 15:02 fmassot

Likely culprit : https://github.com/quickwit-oss/quickwit-datasource/blob/main/src/datasource.ts#L773

If we're going to modify the dataFrame, we should probably prefix our fields to avoid collisions.

$qw_${field.name}?

ddelemeny avatar Feb 20 '24 16:02 ddelemeny

@ddelemeny sounds good

fmassot avatar Feb 20 '24 17:02 fmassot