Observe
Request analytics
Explore traffic, latency, status codes, cache behavior, and application activity.
Request analytics summarizes traffic handled by an Easel project.
Use it to understand:
- Request volume
- Response status and error rate
- Latency and compute
- Cache effectiveness
- Function starts (cold vs warm)
- Bandwidth
- Deployment-scoped activity
Where to look
- Open the project.
- Open Observability for charts over a time window.
- Open Logs for the request list behind a spike.
- Select a request to open detail, log lines, and Trace.
Typical Observability charts include:
- Edge Requests: request volume and error rates at the edge
- Edge Bandwidth: bytes served (incoming and outgoing)
- Function Starts: cold versus warm starts
- Functions and Compute: invocations, errors, and duration
Pick a deploy window and compare it to the hours before the release. When a chart moves, use Logs or Invocations to inspect the requests behind the spike.
Filters
In Logs, useful filters include:
- Time range (for example 30 minutes to 7 days)
- Environment (
productionorpreview) - Method
- Status
- Path and route
- Host
- Cache status
- Console level
- Deployment ID
Use invocationId:… style filters when jumping from an Invocation to its
requests.
From charts to requests
A practical workflow:
- Confirm the time window and environment on Observability.
- Note which chart moved (errors, bandwidth, cold starts, compute).
- Open Logs for the same window.
- Filter to the failing status, path, or deployment.
- Open a request for detail and Trace.