[#68] Add go pprof to neofs-storage
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
69a69cdbee
commit
2ee24998ba
3 changed files with 29 additions and 0 deletions
|
@ -37,9 +37,11 @@ func init_(c *cfg) {
|
|||
initContainerService(c)
|
||||
initSessionService(c)
|
||||
initObjectService(c)
|
||||
initProfiler(c)
|
||||
}
|
||||
|
||||
func bootUp(c *cfg) {
|
||||
serveProfiler(c)
|
||||
serveGRPC(c)
|
||||
bootstrapNode(c)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue