To view, investigate, or analyze your log, metric, and trace telemetry, Google Cloud Observability offers three primary analytical workflows:
Predefined dashboards: Turnkey visualizations automatically generated for your Google Cloud resources and registered App Hub applications.
Interactive telemetry explorers: Specialized interfaces—Logs Explorer, Metrics Explorer, and Trace Explorer—for querying, filtering, and live debugging.
SQL-based analytics: Standard SQL querying capabilities inside the Observability Analytics or BigQuery for deep trend analysis and custom reporting.
Predefined dashboards
When you create a resource like a Compute Engine virtual machine (VM), Google Cloud Observability automatically creates and installs a dashboard in your project. These dashboards display metric data and general information about the resources that you use. To view your dashboards, go to the Dashboards page in the Google Cloud console:
If you register applications with App Hub, then you can use dashboards that Application Monitoring creates. These dashboards display telemetry and other information from the perspective of your application.
For more information, see the following documents:
Interactive telemetry explorers
To view or explore telemetry, use the explorer pages for log, metric, and trace data. These pages provide access to individual log entries, time series, and trace spans, and they help you troubleshoot and analyze the performance of your services and applications.
The explorer pages rely on scopes to determine what resources to query for data. Scopes let you view and analyze data that is stored in multiple projects. If you don't configure observability scopes, then the explorer pages query your project for data. For more information, see Configure observability scopes.
The explorer pages provide filtering and aggregation capabilities that you can use to control what data appears and how the pages process that data. The explorer pages for logging and trace also perform some analysis for you. For example, the Logs Explorer page displays the rate of errors as a function of time. The Trace Explorer page displays a heatmap of aggregated latency data.
Log data
For information about how to use the Logs Explorer page, see View and explore log data.
In the Google Cloud console, go to the Logs Explorer page:
If you use the search bar to find this page, then select the result whose subheading is Logging.
Metric data
For information about how to use the Metrics Explorer page, see Chart metric data.
In the Google Cloud console, go to the leaderboard Metrics explorer page:
If you use the search bar to find this page, then select the result whose subheading is Monitoring.
Trace data
For information about how to use the Trace Explorer page, see Find and explore trace data.
In the Google Cloud console, go to the
Trace explorer page:
You can also find this page by using the search bar.
SQL-based analytics
To generate insights or identify trends in your data, use the Observability Analytics page or BigQuery services.
Use Observability Analytics
The Observability Analytics page provides a SQL interface and can query all of the following:
Log views on log buckets: A log view provides read access to a subset of log entries that are stored in a log bucket.
_AllSpansview on yourSpansdataset: This view includes all trace data stored by your project.Analytics views: An analytics view queries either log views or the
_AllSpansview on yourSpansdataset and is itself a resource that can be queried. You can use analytics views to transform your log or trace data into a custom format.
By default, query results are shown in tabular form. However, you can display the results in a chart, which can help you identify patterns and trends. The Observability Analytics page lets you save queries, share queries, view query results as a table or chart, and save charts to custom dashboards.
Log data
For information about how to query your log data with SQL, see Query and analyze by using Observability Analytics.
In the Google Cloud console, go to the manage_search Observability Analytics page:
If you use the search bar to find this page, then select the result whose subheading is Logging.
Metric data
Not supported.
Trace data
For information about how to query your trace data with SQL, see Query and analyze traces.
In the Google Cloud console, go to the manage_search Observability Analytics page:
If you use the search bar to find this page, then select the result whose subheading is Logging.
Use BigQuery
If you want to query your log or trace data using BigQuery services, then create a link on the resource that stores that data. For more information, see:
- Create a linked BigQuery dataset on your trace data
- Create a linked BigQuery dataset on your log data