mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
add PrometheusAgent implementation
This commit is contained in:
committed by
Dan Christian Bogos
parent
875fdb3993
commit
4e46f8dbd9
@@ -238,6 +238,7 @@ func runCGREngine(fs []string) (err error) {
|
||||
services.NewActionService(cfg),
|
||||
services.NewAccountService(cfg),
|
||||
services.NewTPeService(cfg),
|
||||
services.NewPrometheusAgent(cfg),
|
||||
})
|
||||
|
||||
defer func() {
|
||||
|
||||
Reference in New Issue
Block a user