This page provides a consolidated list of the release notes for all of the products in Google Cloud Observability. You can periodically check this page for announcements about new or updated features, bug fixes, known issues, and deprecated functionality.
You can find the release notes for the individual products on the following pages:
You can see the latest product updates for all of Google Cloud on the Google Cloud page, browse and filter all release notes in the Google Cloud console, or programmatically access release notes in BigQuery.
To get the latest product updates delivered to you, add the URL of this page to your feed reader, or add the feed URL directly.
September 09, 2026
Cloud MonitoringA chart on a dashboard can override the dashboard's time-range setting. This feature lets you view trends over a long period or metric data with low sampling rates alongside charts that show only recent data, and is Generally Available (GA).
For more information, see the following documents:
- Google Cloud console: Set a time-range override for a chart or group
- API: Dashboard with an
XyChartwidget that sets a time-range override
September 08, 2026
Cloud TraceThe Observability API supports VPC Service Controls. This integration is generally available.
For more information, see the following:
September 01, 2026
Cloud MonitoringYou can opt out of alert notifications from an SMS notification channel by sending a text message to the phone number associated with the notification channel. For more information, see Opt out of SMS notifications.
August 31, 2026
Cloud TraceStarting August 31, 2026, you can no longer create or edit trace sinks. Trace sinks were deprecated on February 18, 2026. For more information, see Export trace spans with sinks deprecation.
For information about how to analyze your trace data using SQL, see the following documents:
August 27, 2026
Cloud TraceThe following remote MCP server automatically generates a trace span for
tools/call operations.
- Datastream
These spans can help you understand the behavior of your agentic applications. For more information, see Investigate MCP calls using Trace.
August 26, 2026
Cloud LoggingVM Extension Manager extension policies for the Ops Agent are Generally Available (GA). Extension policies provide zonal and project-wide Ops Agent installation, version upgrades, and configuration management. For more information, see Install and manage the Ops Agent by using VM Extension Manager policies.
VM Extension Manager extension policies for the Ops Agent are Generally Available (GA). Extension policies provide zonal and project-wide Ops Agent installation, version upgrades, and configuration management. For more information, see Install and manage the Ops Agent by using VM Extension Manager policies.
August 24, 2026
Cloud TraceYou can update the display name, description, and Cloud KMS key
applied to a _Trace observability bucket.
For more information, see Update observability buckets.
You can manually create the _Trace observability bucket before your project
receives trace data. When creating the bucket, you must specify a storage
location. Google Cloud Observability applies the Cloud KMS key defined in your
default settings unless you explicitly specify a different key in your create
request.
For more information, see the following documents:
The following remote MCP servers automatically generate a trace span for
tools/call operations.
- Policy Troubleshooter
- Managed Service for Apache Airflow
These spans can help you understand the behavior of your agentic applications. For more information, see Investigate MCP calls using Trace.
August 17, 2026
Cloud TraceThe following limits associated with the Cloud Trace API,
cloudtrace.googleapis.com, have increased:
- Maximum attributes per span: 1,024
- Maximum attribute value size: 65,532 bytes
- Maximum attribute key size: 512 bytes
- Maximum span name length: 1,024 bytes
- Maximum events per span: 256
The new limits are consistent with those supported by the Telemetry API, which implements the OpenTelemetry Protocol (OTLP).
For more information, see Cloud Trace API quotas and limits.
August 14, 2026
Cloud LoggingThe Telemetry API for logs ingestion is generally available (GA). You can ingest OTLP logs into Cloud Logging by using an OpenTelemetry Collector, an OTLP exporter, and the Telemetry API. For more information, see OTLP ingestion overview.
August 13, 2026
Error ReportingError Reporting can report stack traces collected from Rust applications
using std::backtrace.
To enable, set the RUST_BACKTRACE=1 environment variable and
make sure debug symbols are enabled.
For more information, see ReportedErrorEvent.
August 12, 2026
Cloud TraceThe following remote MCP servers automatically generate a trace span for
tools/call operations. These spans can help you understand the behavior of
your agentic applications. For more information, see
Investigate MCP calls using Trace.
- Cloud Billing
- Personalized Service Health
Google Cloud Observability automatically generates trace exemplars for charts on custom dashboards that display the result of a SQL query when the query runs against your trace data and satisfies some constraints. The exemplars link the SQL query result to specific traces. This feature is in Preview.
For more information, see Generate and display trace exemplars.
August 05, 2026
Cloud MonitoringThe Telemetry API for metric ingestion is generally available (GA). You can ingest OTLP metrics into Cloud Monitoring by using an OpenTelemetry Collector, an OTLP exporter, and the Telemetry API. For more information, see OTLP metric ingestion overview.
June 29, 2026
Cloud MonitoringAlerting policies based on PromQL queries can now operate over more than 25 hours of data. For more information, see Query over 2 years of metric data and Limits for alerting.
Google Cloud Observability has expanded the supported locations for observability buckets, which store your trace data, to include the following:
- europe-west9
For a list of supported locations, see Locations for observability buckets.
June 25, 2026
Cloud MonitoringSupport for applying role-based access controls (RBAC) to Cloud Monitoring dashboards and alerting policies using Tags is generally available.
You can use Tags to protect Terraform-managed Cloud Monitoring resources and configure team-scoped access. For more information, see Use Tags to control access to resources.
June 22, 2026
Cloud LoggingIf the parent project for a Cloud Storage bucket changes, a log sink stops routing log entries to that bucket. For more information about error messages and recovery options, see Errors routing to Cloud Storage.
Metrics Explorer can automatically break down a chart into a series of tiles, with each displaying time-series data for a specific label key. This view helps you identify spikes, dips, or trends that the aggregation settings might otherwise hide.
To learn more, see Break down a chart by labels.
June 18, 2026
Cloud LoggingThe Cloud Logging API adds support for the ca regional endpoint. For a
complete list of regional endpoints, see the
REST reference pages.
You can collect, view, and analyze multimodal prompts and responses from your agentic applications that use the LangGraph or Agent Development Kit (ADK) frameworks. This feature is generally available (GA).
June 12, 2026
Cloud MonitoringAll agent.googleapis.com/processes metrics are retained for 24 months. For
more information, see Data retention.
June 08, 2026
Cloud TraceThe Trace API supports regional endpoints. For a list of supported endpoints, see the REST API reference pages:
June 05, 2026
Cloud MonitoringCustom dashboards can display trace data. You can view individual spans or aggregated data. This feature is public preview. For more information, see the following:
Custom dashboards can display trace data. You can view individual spans or aggregated data. This feature is public preview. For more information, see Display traces on a custom dashboard.
June 04, 2026
Cloud TraceTo view the instrumentation scope or the schema associated with a span, open the Details view for the span and select the Metadata & Links tab. For more information, see View attributes, log entries, and events.
June 02, 2026
Cloud MonitoringSupport for Histogram widgets on custom dashboards is generally available. These widgets extract the most recent value from each time series, group those values into ranges, and then provide a graphical representation of the result. Unlike tables or other widgets that display the most recent values, Histograms display information about the relative frequency of ranges of values.
This widget is one of several visualizations that you can use to display the most recent values. For more information, see the following documents: