We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I did not reproduce it locally. I tested a Grafana 10.3.3 with Quickwit 0.4.0-beta.2 installed.
The text was updated successfully, but these errors were encountered:
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}?
$qw_${field.name}
Sorry, something went wrong.
@ddelemeny sounds good
Successfully merging a pull request may close this issue.
I did not reproduce it locally. I tested a Grafana 10.3.3 with Quickwit 0.4.0-beta.2 installed.
The text was updated successfully, but these errors were encountered: