2026-08-05

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 September 2, 2026.

  • monitors: Anomaly monitors now display an "initializing" banner while the monitor warms up, so users know it is still learning before it starts alerting. Removes ambiguity for users who see a newly created anomaly monitor with no alerts, which previously looked like a broken or empty monitor.
  • oauth: The OAuth consent screen now supports scope selection, so users can grant only the permissions an integration needs. Reduces over-permissioning when connecting third-party integrations.
  • ctags: Correlation tag mappings per dataset are now capped to prevent performance degradation from excessive tag mappings. Protects query performance for workspaces with very large numbers of correlation tag mappings.

Slow lane GA features

These features are enabled for all slow lane customers and tenants today.

  • datasets: Filter datasets by correlation tag using the hasCorrelationTag() OPAL function.
  • datavis: Click a legend entry to isolate (focus) a series in a chart.
  • monitors: The /v1/monitor-mutes REST API for bulk and programmatic mute management is now available to all customers.
  • ai-sre: Skill-based visualization generation for AI-SRE query cards.

Public preview and private preview features

features are available by invitation only. features are available by inquiry.

  • ai-sre: AI-SRE can now use read-only Slack chat tools on the chat-app webhook, enabling Slack-based investigations without leaving the chat interface. Available for AI-SRE customers only (gated by the AI-SRE master switch).
  • ai-sre: OpalGen subagent mode now uses Sonnet 5 for improved OPAL generation and inline completions. Available for AI-SRE customers only (gated by the AI-SRE master switch).
  • monitors: Monitor creation AI improvements — the monitor AI can now set scheduled/cron evaluation, understands anomaly alignment and lookback constraints, and surfaces alarm previews in the monitor AI page context. Available for AI-SRE customers only (gated by the AI-SRE master switch).
  • ui: Redirect broken workspace IDs to the correct workspace for Cap1 tenants affected by ID mismatch. Available for Cap1 tenants only.

Bug fixes

The following issues are fixed in this week's release:

  • dashboard: Fixed the configure button flashing on close in view mode. (OB-63382)
  • dashboard: Fixed the related sidebar state being lost on dashboard navigation. (OB-63383)
  • dashboard: Fixed the edit header disappearing after "No, keep editing" is selected. (OB-63369)
  • monitor-v2: Fixed generated monitor name collisions by de-duplicating names on conflict. (OB-63273)
  • monitoring: Fixed unnecessary graphine writes from no-op freshness UpdateDataset calls. (OB-62941)
  • datasets: Fixed a race condition where dataset search was triggered before feature flags finished loading. (OB-63059)
  • auth: Fixed SCIM {orgId} not being bound to the authenticated tenant, and rejected empty/NULL recovery tokens in password reset. (OB-63119, OB-63121)
  • visualization: Fixed compact hover legend losing precision formatting. (OB-63094)
  • ai-sre: Fixed the Thinking indicator not clearing when the user presses Stop. (OB-63042)

REST API changes

The following changes are reflected in the Observe REST API as of this release.

Updated

  • ReferenceTable.primaryKey: New primaryKey field (array of strings) on the ReferenceTable schema, declaring the primary key of a reference table.
  • ReferenceTables metadata PATCH: The PATCH /v1/reference-tables/{id} (UpdateReferenceTableMetadata) endpoint now returns 409 Conflict when a declared primary key uniqueness check fails.
  • MonitorV2RuleKind: The Anomaly enum value is now documented in the public API spec for monitor V2 rule kinds.
  • ObjectTags: The object tags schema is now extracted as a reusable ObjectTags component (previously inline on the Dataset schema).

Terraform provider

The following updates are available in the Observe Terraform provider.

v0.14.62 (2026-08-02)

New features

  • entity_tags removed from data source schemas (deprecated field cleanup).
  • Warns on terraform apply for inefficient acceleration, prompting users to review acceleration settings.

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.

  • monitors: Monitor V2 inline type selector — switch a monitor's type while creating or editing it instead of starting over.
  • mcp: MCP OAuth endpoints (/v1/oauth/*) enabled for all customers in every cluster, letting MCP servers authenticate via OAuth instead of static tokens.