forked from TrueCloudLab/frostfs-node
[#39] ir: Add optional profilers
Includes `block` and `mutex` profiles configuration. Signed-off-by: Pavel Karpy <p.karpy@yadro.com> Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
f989bc52be
commit
f604d6bbdc
5 changed files with 72 additions and 8 deletions
|
@ -30,7 +30,7 @@ var (
|
|||
intErr = make(chan error) // internal inner ring errors
|
||||
logPrm = new(logger.Prm)
|
||||
innerRing *innerring.Server
|
||||
pprofCmp *httpComponent
|
||||
pprofCmp *pprofComponent
|
||||
metricsCmp *httpComponent
|
||||
log *logger.Logger
|
||||
cfg *viper.Viper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue