Stop sending BalanceUpdate events to thresholds/stats

This commit is contained in:
ionutboangiu
2024-04-08 14:50:24 +03:00
committed by Dan Christian Bogos
parent d6c5ddf08e
commit a5d29d5d7b
9 changed files with 175 additions and 195 deletions

View File

@@ -7,9 +7,9 @@ cgrates.org,FLTR_ACNT_1007,*string,~*req.Account,1007,2014-07-29T15:00:00Z
cgrates.org,FLTR_ACNT_dan,*string,~*req.Account,dan,2014-07-29T15:00:00Z
cgrates.org,FLTR_DST_DE,*destinations,~*req.Destination,DST_DE_MOBILE,2014-07-29T15:00:00Z
cgrates.org,FLTR_DST_NL,*destinations,~*req.Destination,DST_NL,2014-07-29T15:00:00Z
cgrates.org,FLTR_ACNT_BALANCE_1,*string,~*req.Account,1001;1002,2014-07-29T15:00:00Z
cgrates.org,FLTR_ACNT_BALANCE_1,*string,~*req.EventType,BalanceUpdate,
cgrates.org,FLTR_ACNT_BALANCE_1,*gte,~*req.Units,10.0,
cgrates.org,FLTR_ACNT_BALANCE_1,*string,~*req.ID,1001;1002,2014-07-29T15:00:00Z
cgrates.org,FLTR_ACNT_BALANCE_1,*string,~*opts.*eventType,AccountUpdate,
cgrates.org,FLTR_ACNT_BALANCE_1,*gte,~*asm.BalanceSummaries.*default.Value,10.0,
cgrates.org,FLTR_ACNT_EXPIRED,*string,~*req.Account,1001;1002,2014-07-29T15:00:00Z
cgrates.org,FLTR_ACNT_EXPIRED,*gte,~*req.ExpiryTime,*now,
cgrates.org,FLTR_STATS_1,*string,~*req.Account,1002,
1 #Tenant[0] ID[1] Type[2] Path[3] Values[4] ActivationInterval[5]
7 cgrates.org FLTR_ACNT_dan *string ~*req.Account dan 2014-07-29T15:00:00Z
8 cgrates.org FLTR_DST_DE *destinations ~*req.Destination DST_DE_MOBILE 2014-07-29T15:00:00Z
9 cgrates.org FLTR_DST_NL *destinations ~*req.Destination DST_NL 2014-07-29T15:00:00Z
10 cgrates.org FLTR_ACNT_BALANCE_1 *string ~*req.Account ~*req.ID 1001;1002 2014-07-29T15:00:00Z
11 cgrates.org FLTR_ACNT_BALANCE_1 *string ~*req.EventType ~*opts.*eventType BalanceUpdate AccountUpdate
12 cgrates.org FLTR_ACNT_BALANCE_1 *gte ~*req.Units ~*asm.BalanceSummaries.*default.Value 10.0
13 cgrates.org FLTR_ACNT_EXPIRED *string ~*req.Account 1001;1002 2014-07-29T15:00:00Z
14 cgrates.org FLTR_ACNT_EXPIRED *gte ~*req.ExpiryTime *now
15 cgrates.org FLTR_STATS_1 *string ~*req.Account 1002