From deployment to a request you can explain
Forte connects each rollout with the health and request evidence you need while the service is running.
Put a protected edge in front of every service
Every Forte Service sits behind a managed API gateway, with DDoS protection enabled by default.
- An API gateway sits in front of every endpoint.
- DDoS protection is enabled by default.
- No gateway setup is required.
Debug from the request, not the haystack
Every request gets an ID. Open it to read the linked log lines, status, and latency together.
All Requests
8 results
| Timestamp | Method | Path | Status | Latency (ms) |
|---|---|---|---|---|
| Feb 12, 03:45:18 | GET | /api/users | 200 | 45.20 |
| Feb 12, 03:45:19 | POST | /api/orders | 201 | 89.50 |
| Feb 12, 03:45:20 | GET | /api/products/123 | 200 | 32.10 |
| Feb 12, 03:45:23 | POST | /api/checkout | 500 | 1250.80 |
| Feb 12, 03:45:25 | GET | /api/cart | 200 | 28.30 |
| Feb 12, 03:45:27 | POST | /api/webhooks/stripe | 422 | 156.20 |
| Feb 12, 03:45:28 | GET | /health | 200 | 12.50 |
| Feb 12, 03:45:30 | GET | /api/orders | 200 | 51.70 |
👆 Click any request above to see its logs
Keep the evidence with the deployment
- Method, path, status code, and latency for every request.
- Latency split between your service and the gateway.
- Status-code breakdown over time, with p50 and p99.
- Full-text search across your logs.