mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Register prometheus and pprof endpoints using https mux
This commit is contained in:
committed by
Dan Christian Bogos
parent
594e8404dc
commit
435ba54743
@@ -253,6 +253,8 @@ func startRPC(server *cores.Server, internalRaterChan,
|
||||
cfg.TLSCfg().ServerName,
|
||||
cfg.HTTPCfg().HTTPJsonRPCURL,
|
||||
cfg.HTTPCfg().HTTPWSURL,
|
||||
cfg.HTTPCfg().PrometheusURL,
|
||||
cfg.HTTPCfg().PprofPath,
|
||||
cfg.HTTPCfg().HTTPUseBasicAuth,
|
||||
cfg.HTTPCfg().HTTPAuthUsers,
|
||||
shdChan,
|
||||
|
||||
Reference in New Issue
Block a user