add PrometheusAgent implementation

This commit is contained in:
ionutboangiu
2025-02-24 18:58:13 +02:00
committed by Dan Christian Bogos
parent 875fdb3993
commit 4e46f8dbd9
3 changed files with 209 additions and 0 deletions

View File

@@ -238,6 +238,7 @@ func runCGREngine(fs []string) (err error) {
services.NewActionService(cfg),
services.NewAccountService(cfg),
services.NewTPeService(cfg),
services.NewPrometheusAgent(cfg),
})
defer func() {