Changelog

Follow us on LinkedIn
v0.106.0January 07, 2026

Public Dashboard APIs

Public dashboard APIs now available in OpenAPI specification, resolving frontend errors when accessing dashboard functionality. This enables programmatic dashboard management for API consumers and fixes the getErrorDetails is not a function issue affecting local development.

Keyboard Shortcuts Enhancement

  • Shift Key Overlay: Long-pressing the Shift key now displays a visual overlay at the bottom of the screen showing popular navigation shortcuts for quick reference.
  • Enhanced Command Palette (Cmd/Ctrl+K): Now supports dynamic multi-key combinations like Shift+M+E for Metrics Explorer or Shift+T+F for Trace Funnels. Added shortcuts for Settings (Shift+G+B for Billing, Shift+G+K for API Keys), Metrics views (Shift+M+V), and Traces (Shift+T), making keyboard navigation faster and more discoverable across the entire application.

Bug Fixes

Logs & Traces

  • Tooltips in quick filters now appear instantly (0ms delay) instead of blocking scroll interactions when hovering over filter values
  • Tooltip placement in filters updated to prevent flickering when hovering over truncated text values
  • Checkbox filter state now triggers query reload when toggling filters on/off
  • Unwanted API calls no longer triggered by quick filter interactions
  • Free text search now works correctly when combined with quick filters
  • Quick filter reset functionality now properly clears applied filters
  • Click-to-copy functionality restored for non-JSON log body fields
  • Key prefix removed when copying log body field values for cleaner clipboard content
  • Related logs now visible in span details drawer

Dashboards & Panels

  • Alerts created from dashboards or panels now open in a new tab instead of replacing the current view
  • Dashboard panels can now be edited when the URL contains a trailing slash
  • Panel re-renders no longer triggered by user interaction, improving performance
  • Dashboard widget header search term now clears when closing the search input
  • Prefix units (like %, ms, etc.) now render correctly in value panel visualizations

Query Builder & Filters

  • Limit parameter no longer persists in query payload after being removed from the UI
  • Limit text box in metrics-to-logs/traces correlation view no longer disappears on non-numeric input
  • Metric selection tooltip scroll behavior improved
  • reduceTo aggregation selection now respects the underlying metric type
  • fillZero parameter usage corrected and step interval values converted from seconds to milliseconds in time-series queries
  • Formula query name references now handle case-insensitively

External APIs

  • Endpoint stats page queries no longer break when navigating from "All Endpoints" view due to incorrect filter application

APM & Services

  • Sibling spans now ordered chronologically by start timestamp in trace flamegraphs

Data Processing

  • Context-prefixed attribute field keys normalized for consistent querying
  • Host metrics data fetching updated to use dot-notation metric names for proper resolution

UI/UX

  • Text color contrast improved for selected values in query builder when using light mode

Maintenance

  • TTL (time-to-live) integration test suite reliability improved for metrics, traces, and logs tables to ensure data retention policies work correctly.
  • Log pipelines no longer fail to save on first attempt due to config version initialization issue. Pipelines now save successfully on the first try.