Metrics & Logs
Execution Dashboard
Section titled “Execution Dashboard”The Edge Functions dashboard shows:
- Total executions over time
- Success / error rate
- Average duration
- Per-function breakdown
Execution Logs
Section titled “Execution Logs”Each execution records:
| Field | Description |
|---|---|
execution_id | Unique ID |
function_name | Function name |
status | success or error |
duration_ms | Execution time |
input | Function input payload |
output | Final output or error |
logs | Step-by-step logs |
created_at | Timestamp |
Viewing Logs
Section titled “Viewing Logs”Click any execution row in the dashboard to see:
- Input payload
- Each step’s output
- Error details (with stack trace)
- Parsed
__logsfrom the runtime