Changelog
v0.108.0January 21, 2026
Traces Explorer now supports attribute actions in span details
Span details drawer now includes quick action buttons for common attributes like Service Name, Operation, Status Code, and HTTP Method. Hover over any attribute value to access three actions: filter for the value, filter out the value, or group traces by that attribute. This makes it faster to explore related traces without manually building queries.
Bug Fixes
Dashboards
- Dashboard panels using PromQL and ClickHouse queries now refresh correctly when dynamic variables change.
- Tables now respect the sort order configured in queries instead of applying their own default descending sort.
- Dashboard variables that reference other custom variables now update correctly when the parent variable changes.
- Textbox variables now properly use their default values instead of returning empty strings when cleared.
Query Builder
- Cmd/Ctrl + Enter keyboard shortcut now works across all input fields in the query builder to run queries.
- Query builder add-on fields (like Limit, Legend) no longer auto-collapse unexpectedly when making changes to queries.
Alerts
- Tag input fields in alert configuration no longer overflow or cause layout issues when using monospace fonts.
Misc
- Chart hover interactions now perform smoother with animations optimized to use GPU acceleration instead of blocking the CPU.
Maintenance
Alerts
- Y-axis unit selector now appears consistently across alerts and dashboards with improved unit prefilling behavior when creating alerts from dashboard panels.
- Alert threshold values now display correctly when Y-axis units differ from threshold units, fixing visualization issues on time series graphs.