- Post History
- Subscribe to RSS Feed
- Mark as New
- Mark as Read
- Bookmark
- Subscribe
- Printer Friendly Page
- Report Inappropriate Content
on 08-31-2023 08:30 AM
Each distributed trace details the performance of an individual transaction within a distributed application. Cloud Observability allows users to analyze traces in aggregate or access individual traces using a specific, Trace View. While trace charts can be created across Cloud Observability, the Notebook feature provides tools which make it easy to quickly search for specific trace, or explore various facets of Service Level Indicator (SLI) charts.
Generating SLI charts from spans
Charting the latency of each operation from the "frontend" service.
- Begin with a span query.
- Select the relevant service, operation, or attribute.
- If needed, add additional filters.
- Choose the SLI (latency, throughput, count, or error rate) and add groups to the chart.
- Set the visualization type and access specific traces by selecting the span sample in the chart.
Viewing a single trace in detail
Searching for a specific trace using its OTLP ID
- Start with a span query in the Unified Query builder
- Select a service, or operation which corresponds with your trace.
- Note: You can also switch the query from "=" to "contains <blank>" in order to search across your entire stack.
- Apply filters such as
otlp.trace_id
to search for a specific trace using attribution added to your trace data. - Open the trace view by selecting a specific span sample from the chart below the query, or the span samples table below the chart.
Sharing Traces and Notebook Queries
Use the "Share" button in the UI's top-right corner to distribute specific traces or Notebook queries.