Skip to content

Releases: Windforce17/quickwit-explorer-datasource

v1.3.0

13 May 05:49

Choose a tag to compare

Changes in v1.3.0

  • Use Quickwit native search API for all trace queries (no more Jaeger API 3-day limit)
  • Fix time display: use milliseconds for Grafana trace panel (jaeger format)
  • Compute duration from end-start timestamps for better precision
  • Remove sort_by_field from trace queries for faster performance
  • Add Fast Mode (skip histogram aggregation)
  • Optimize trace search: single request for list view
  • Increase max_hits to 10000 for trace detail
  • Fix query trigger requiring double-click
  • Set all HTTP request timeouts to 3 minutes

v1.2.0 - Native Quickwit API for Traces

06 May 05:51

Choose a tag to compare

Trace queries now use Quickwit native search API

Changes

  • All trace queries use native /api/v1/{index}/search (no more Jaeger API 3-day limit)
  • max_hits per trace: 10000 (supports large traces with many spans)
  • getServices/getOperations: terms aggregation on service_name/span_name
  • OTEL span → Grafana trace panel format conversion
  • Time range fully controlled by Grafana time picker

v1.1.0

05 May 03:37

Choose a tag to compare

Changes in v1.1.0

Bug Fixes

  • Fix double-click-to-query issue: Removed 300ms debounce in QueryInput that caused the parent query state to be stale when clicking Run Query. Now every keystroke immediately syncs to parent, so a single click on Run Query always uses the latest input.
  • Query timeout increased to 3 minutes (180s): All HTTP requests (logs search, metrics/aggs, trace search, trace by ID) now have a 3-minute timeout. Note: Grafana's [dataproxy] timeout also needs to be set to 180 on the server side.
  • Trace panel fix: Route traceql queries to prevent unnecessary search requests
  • Group By type switch: Clear field when switching bucket type to prevent stale field errors
  • Operation field: Allow custom value input
  • Tags serialization fix: Auto-convert key=value to JSON format

Features

  • Advanced Metrics Editor: Support multiple metrics (Count/Average/Sum/Min/Max/Percentiles/Unique Count) with multi-level Group By (Terms/Date Histogram)
  • Terms nested aggregation: Terms→Terms nesting flattened to table view
  • Table view field columns: Proper labels extraction for Explore Table view

v1.0.0

25 Apr 22:22

Choose a tag to compare

Fix: remove traceId redirect in queryTraceSearch