2026-09-16
about 10 hours ago
What's new this week
This section summarizes what was released this week.
Fast lane GA features
These features are generally available for all customers. Slow lane customers and tenants will have these features automatically enabled on 2026-10-14.
- dashboards: A new Vega-based pie chart visualization type is available, with donut inner-radius, slice-limit ("Others" bucketing), key ordering, and legend controls; the legacy pie chart type is now marked deprecated in the type selector. Gives users a native way to visualize proportional breakdowns without exporting data to another tool.
- navigation: Dashboard, worksheet, and other resource links no longer include the
/workspace/{id}/prefix for single-workspace accounts. Removes workspace ids from shared links, making them shorter and preventing accidental workspace-context mismatches when links are shared across teams. Multi-workspace accounts are unaffected and legacy prefixed links still work. - monitors: The monitor form now shows whose identity AI-SRE investigations run under, and lets an editor claim it for themselves; the AI-SRE chatbot can also reassign it. Makes it clear which connectors and tools an investigation will use, and lets users reclaim ownership without engineering help.
- monitors: Anomaly monitors now show the lookback's resolution as fixed information instead of an editable picker. Removes a setting that rarely needed to be touched, since the query builder already computes it automatically.
Slow lane GA features
These features are enabled for all slow lane customers and tenants today. Fast-lane GA was 2026-08-19.
- AI-SRE: AI-SRE in the trace inspector (trace explorer chat panel).
- datasets: Semantic search over datasets.
Bug fixes
The following issues are fixed in this week's release:
- reference tables / monitors: Fixed a cross-tenant data-leak bug where a REST
GETon reference tables or a GraphQL read on monitors could return another customer's data if the caller guessed or reused a cluster-global numeric id. (OB-63473) - dashboards: Fixed a white-screen crash triggered when a dashboard parameter's value closed a circular dependency through
stageId. - dashboards: Fixed an infinite update loop in the entity-list (Dashboards/Datasets/Monitors/etc.) filter bar that repeatedly rewrote the URL.
- dashboards: A dashboard parameter no longer gets stuck on a stale value after its upstream dependency changes. (OB-63783)
- dashboards: Dashboard links inserted into text cards, card links, and drilldowns now embed a name slug, so they resolve correctly via name-based reroute on a failover cluster instead of breaking when the numeric id differs. (OB-66626)
- charts: A chart no longer dims while a different chart on the same page is still loading its own data. (OB-66684)
- charts: Duration charts backed by metrics no longer show a misleading zero-length fill when there is no data. (OB-65912)
- worksheets: Only one column filter popover can be open at a time, and the Columns filter popover no longer shrinks unexpectedly. (OB-66550, OB-66549)
- monitors: The mute modal now loads the full monitor list instead of a partial one. (OB-66238)
- service map: Fixed the selected-node ring scaling incorrectly for nodes with large metric values. (OB-63345)
- kubernetes explorer: Related columns are now trimmed and sized more consistently. (OB-44668)
- OPAL:
row_start_time()androw_end_time()are now correctly treated as grouping columns. (OB-45466)
Coming soon
The following GA features are already available for fast lane customers, and will be enabled for slow lane customers and tenants next week.
- credit manager: Per-dashboard credit limits — customer-default dashboard limits, a per-dashboard usage grid, and a per-dashboard override modal in Credit Manager.
- backend:
use_conditional_rebuild— a backend rebuild-scheduling optimization with no visible UI change.