- React 19 compatibility for Grafana 13
- Add quick filters with value autocomplete and clearer filter operations
- Add trace search and full trace rendering for OpenTelemetry trace indexes, with Grafana trace frames, service node graph, span events, exception stack traces, status/warning handling, service tags, peer service metadata, and stable per-service node colors
- Add trace-to-logs and log-to-trace correlation links between separate Quickwit logs and traces datasources
- Add datasource configuration fields for related logs/traces datasources
- Add configurable filter autocomplete chain mode (no chain, sampled chain, full chain)
- Add configurable filter autocomplete value limit (defaults to 1000,
0for unlimited) - Show useful default log messages for OTEL logs when no message field is configured
- Migrate e2e tests from Cypress to Playwright and add Quickwit datasource e2e test
- Add Grafana version matrix to e2e tests
- Fix log panel flickering in Grafana 12.3+ by assigning stable row IDs
- Fix Shift-Enter keymapping on latest Grafana versions
- Fix missing
ANDwhen adding ad hoc filters - Fix ad hoc filters for JSON array values, including values with spaces or colons
- Fix multi-value template variable interpolation for Quickwit queries
- Document Grafana 12.1+ plugin installation with
GF_PLUGINS_PREINSTALL_SYNC - Handle Grafana 13 overlays in e2e tests
- Bump Go and Node dependencies to fix high vulnerabilities
- Bump
grafana/plugin-actions/is-compatibleGitHub action
- Fixed adhoc filters feature for Grafana 11.x
This version works only with quickwit main version (or docker edge).
- Add support for data links (possibility to create links to other datasources).
This version works only with quickwit main version (or docker edge).
- Add support for log context feature.
- Better error handling.
- Pluing is now signed
- Add licensing and notice files to respect Grafana Labs license
- Various cleanup: remove console.log, dependency on Grafana simplejson
- Update src/README.md
- Fix bug on template variable depending on another template variable
- Fix bug when template variable is used with multiple values
- Add support for template variables
- Update provisioning datasource guide by @hoangphuocbk in quickwit-oss/quickwit-datasource#13
- @hoangphuocbk made their first contribution in quickwit-oss/quickwit-datasource#13
- Add HTTP Basic Auth support
- Clean the datasource parameters stored in the database (breaking change).
- Sub aggregations were broken when a sub bucket was empty. This can happen if some document have missing values on the sub field.
Initial release.
- Support Explore with volume an logs panels
- Support for Dashboard
- Support for Alerts
- Metrics supported:
'count', 'avg', 'sum', 'min', 'max', 'percentiles', 'raw_data', 'logs'.