Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
admin: Add optional /debug/pprof/profile endpoint
This change introduces a new, optional /debug/pprof/profile endpoint to the proxy's admin server. This endpoint is feature-gated and, initially, it will not be included in release builds. When the feature is enabled, profiling requests are only permitted over the loopback interface. The development Dockerfile is updated to prevent stripping debug symbols so the pprof data is hydrated with debug symbols.
- Loading branch information