Changelog
Auto-Generated Chart Legends from Group By
Chart legends in Query Builder now auto-populate based on your active group by fields. Each series is labeled with the values of the dimensions you're grouping by, so multi-series charts are easier to read without manually writing legend format strings.
Dedicated Members Page in Settings

Team member management has moved out of the SSO settings page into its own dedicated Members page. You can view all members and pending invites in a single table, edit a member's name, role, or password from a side drawer, and send new invitations without leaving the Members section.
Reorganized Settings Navigation
The settings sidebar now groups pages into labeled sections: "Identity & Access" and "Authentication." The account dropdown in the bottom-left corner has also been updated with icons and a cleaner layout, and Keyboard Shortcuts has moved there from the help menu. The "General" settings page is now called "Workspace" and "Account Settings" is now called "Account."
Bug Fixes
- Quick filters now correctly highlight active selections when query keys include prefixes like
resource.service.name. - Opening the widget editor on dashboards imported from partially formed or LLM-generated JSON no longer crashes the threshold selector.
- Dashboard panel creation no longer fails when the underlying API response is unavailable; all panel types now handle missing data gracefully.
- Updating a dashboard variable no longer throws a crash caused by an attempt to modify read-only state.
- The filter dropdown on the trace waterfall view no longer overlaps the search bar when the browser is zoomed in.
- API calls made after a token refresh now correctly retry using the updated token across all pages.
- A planned downtime notification with a malformed description no longer crashes the Planned Downtime page.
- The app layout now uses the correct timer cleanup function, preventing potential issues in non-standard JavaScript environments.
- The selected y-axis unit in Logs, Meter, and Traces explorers is now preserved across reloads, back/forward navigation, and shared links.
Maintenance
- Dashboard panels with auto-refresh enabled no longer accumulate stale query cache entries in memory over time, preventing browser tab crashes on long-running dashboards.