What do you want?
Make zphp diagnosable in real deployments.
Add
- structured server logging
- configurable access logs
- request IDs
- error/crash logs
- health endpoint
- readiness endpoint
- uptime
- active connections
- active requests
- request count
- error count
- memory usage
- request latency
- worker/runtime statistics
Keep metrics/logging low-overhead and optional.
Done when:
Operators can identify crashes, leaks, latency problems, and failing requests without attaching a debugger.
Why does it belong here?
Make zphp diagnosable in real deployments.
Alternatives considered
No response
What do you want?
Make zphp diagnosable in real deployments.
Add
Keep metrics/logging low-overhead and optional.
Done when:
Operators can identify crashes, leaks, latency problems, and failing requests without attaching a debugger.
Why does it belong here?
Make zphp diagnosable in real deployments.
Alternatives considered
No response