Trace Explorer
The Trace Explorer provides a comprehensive view of your distributed traces, helping you understand request flows, identify performance bottlenecks, and debug issues across your microservices.
Try it Live
Explore Traces live in the Oodle Playground.
Overview
The Traces page is organized into several key sections:
Sidebar Filters
The left sidebar provides filtering options to narrow down traces:
- Time Range: Select preset ranges (Last 1h, 6h, 24h, etc.) or custom date/time ranges
- Status: Filter by span status (OK, Error, Unset)
- Duration: Slide to filter spans by duration range, e.g. to debug high latency traces
- Cluster: Filter by cluster
- Environment: Filter by deployment environment
- Service Name: Filter by specific services
- Span Name: Filter by specific span names.
Distribution Charts
The top section displays three overview charts:
- Span Count: Total number of spans over time, indicating traffic volume.
- Error Count: Number of failed spans, highlighting system health
- Latency: P50, P95, and P99 latency percentiles over time
These charts are filtered based on the left sidebar filters to allow you to understand trends.