Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fmassot opened this issue Feb 20, 2024 · 2 comments · Fixed by #84

Comments

@fmassot
Copy link
Contributor

fmassot commented Feb 20, 2024

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

@ddelemeny
Copy link
Contributor

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}?

@fmassot
Copy link
Contributor Author

fmassot commented Feb 20, 2024

@ddelemeny sounds good

@ddelemeny ddelemeny linked a pull request Feb 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants