Documentation Index
Fetch the complete documentation index at: https://docs.nexalayer.net/llms.txt
Use this file to discover all available pages before exploring further.
Telemetry overview
Telemetry lets agents report proxy usage outcomes (success, errors, captcha, timeout, block). The system updates session health and can return a recommendation (e.g.consider_rotate, rotate_now). Strongly recommended for all agents.
Event types
| event_type | Description |
|---|---|
success | Request succeeded |
http_error | HTTP error (use status_code, e.g. 403, 429) |
captcha | Captcha encountered |
timeout | Connection/request timeout |
block | IP blocked |
rate_limit | Target rate-limited |
custom | Custom event |
Single event: report-event
ok | consider_rotate | rotate_now | pause. Use it to decide when to call Rotate.
Next: Session health, Batch report.