In this guide, we will cover the most used features, operations and settings of Pingora.
- Start and stop
- Graceful restart and graceful shutdown
- Configuration
- Daemonization
- Systemd integration
- Handling panics
- Error logging
- Prometheus
- Life of a request:
pingora-proxy
phases and filters Peer
: how to connect to upstream- Sharing state across phases with
CTX
- How to return errors
- Examples: take control of the request
- Connection pooling and reuse
- Handling failures and failover
- RateLimiter quickstart
- Pingora internals
- Using BoringSSL
- User defined configuration
- Pingora async runtime and threading model
- Background Service
- Blocking code in async context
- Tracing