mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
prom: append correct subsystem to cores internal conn
This commit is contained in:
committed by
Dan Christian Bogos
parent
015dedc66e
commit
9053ae989a
@@ -63,7 +63,7 @@ func (c *PrometheusAgentCfg) loadFromJSONCfg(jc *PrometheusAgentJsonCfg) error {
|
||||
c.CollectProcessMetrics = *jc.CollectProcessMetrics
|
||||
}
|
||||
if jc.CoreSConns != nil {
|
||||
c.CoreSConns = tagInternalConns(*jc.CoreSConns, utils.MetaStats)
|
||||
c.CoreSConns = tagInternalConns(*jc.CoreSConns, utils.MetaCore)
|
||||
}
|
||||
if jc.StatSConns != nil {
|
||||
c.StatSConns = tagInternalConns(*jc.StatSConns, utils.MetaStats)
|
||||
|
||||
Reference in New Issue
Block a user