mirror of
https://github.com/project-zot/zot.git
synced 2026-06-16 04:17:55 +08:00
feat(pprof): add profiling route handler to debug runtime (#1818)
(cherry picked from commit 56ddb70f624e7070ad0d3531d498675f9f82c664) Signed-off-by: Alex Stan <alexandrustan96@yahoo.ro> Signed-off-by: Andrei Aaron <aaaron@luxoft.com> Co-authored-by: Alex Stan <alexandrustan96@yahoo.ro>
This commit is contained in:
@@ -3,4 +3,5 @@ package constants
|
||||
const (
|
||||
Debug = "/_zot/debug"
|
||||
GQLPlaygroundEndpoint = Debug + "/graphql-playground"
|
||||
ProfilingEndpoint = "/_zot/pprof/"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user