remove previous prometheus integration

This commit is contained in:
ionutboangiu
2025-03-27 19:03:02 +02:00
committed by Dan Christian Bogos
parent 934d93ef58
commit 122afad733
12 changed files with 5 additions and 63 deletions

View File

@@ -200,7 +200,6 @@ func startRPC(server *cores.Server, internalRaterChan,
cfg.ListenCfg().HTTPListen,
cfg.HTTPCfg().HTTPJsonRPCURL,
cfg.HTTPCfg().HTTPWSURL,
cfg.HTTPCfg().PrometheusURL,
cfg.HTTPCfg().PprofPath,
cfg.HTTPCfg().HTTPUseBasicAuth,
cfg.HTTPCfg().HTTPAuthUsers,
@@ -246,7 +245,6 @@ 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,