mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 09:08:45 +05:00
Update csvs with wrong structure and repair tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
8566de1a08
commit
d3779f5562
@@ -30,11 +30,6 @@
|
||||
},
|
||||
|
||||
|
||||
"schedulers": {
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
|
||||
"cdrs": {
|
||||
"enabled": true,
|
||||
"session_cost_retries": 2
|
||||
@@ -51,25 +46,22 @@
|
||||
"attributes_conns": ["*internal"]
|
||||
},
|
||||
|
||||
|
||||
"thresholds": {
|
||||
"enabled": true,
|
||||
"store_interval": "1s"
|
||||
},
|
||||
|
||||
|
||||
"sessions": {
|
||||
"enabled": true,
|
||||
"chargers_conns": ["*internal"],
|
||||
"rates_conns": ["*internal"],
|
||||
"cdrs_conns": ["*internal"],
|
||||
"attributes_conns": ["*internal"]
|
||||
"attributes_conns": ["*internal"],
|
||||
"accounts_conns": ["*internal"]
|
||||
},
|
||||
|
||||
|
||||
"admins": {
|
||||
"enabled": true,
|
||||
"scheduler_conns": ["*internal"]
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
"loaders": [
|
||||
|
||||
@@ -20,10 +20,6 @@
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
"schedulers": {
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
"cdrs": {
|
||||
"enabled": true,
|
||||
"session_cost_retries": 2
|
||||
@@ -48,12 +44,12 @@
|
||||
"chargers_conns": ["*internal"],
|
||||
"rates_conns": ["*internal"],
|
||||
"cdrs_conns": ["*internal"],
|
||||
"attributes_conns": ["*internal"]
|
||||
"attributes_conns": ["*internal"],
|
||||
"accounts_conns": ["*internal"]
|
||||
},
|
||||
|
||||
"admins": {
|
||||
"enabled": true,
|
||||
"scheduler_conns": ["*internal"]
|
||||
"enabled": true
|
||||
},
|
||||
|
||||
"loaders": [
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#Tenant[0],ID[1],Type[2],Path[3],Values[4],ActivationInterval[5]
|
||||
cgrates.org,Fltr_tcc,*gt,~*req.Usage,3m,
|
||||
cgrates.org,Fltr_tcc,*string,~*req.Destination,1007,
|
||||
cgrates.org,FLTR_DEST_1003,*string,~*req.Destination,1003,
|
||||
#Tenant[0],ID[1],Type[2],Path[3],Values[4]
|
||||
cgrates.org,Fltr_tcc,*gt,~*req.Usage,3m
|
||||
cgrates.org,Fltr_tcc,*string,~*req.Destination,1007
|
||||
cgrates.org,FLTR_DEST_1003,*string,~*req.Destination,1003
|
||||
|
||||
|
||||
|
@@ -1,12 +1,12 @@
|
||||
#Tenant[0],Id[1],FilterIDs[2],ActivationInterval[3],QueueLength[4],TTL[5],MinItems[6],Metrics[7],MetricFilterIDs[8],Stored[9],Blocker[10],Weight[11],ThresholdIDs[12]
|
||||
cgrates.org,STATS_VENDOR_1,*string:~*req.Category:vendor1,,100,-1,,*acd;*tcd;*acc;*tcc;*sum#1,,,,,*none
|
||||
cgrates.org,STATS_VENDOR_2,*string:~*req.Category:vendor2,,100,-1,,*acd;*tcd;*acc;*tcc;*sum#1;*distinct#~*req.Usage,,,,,*none
|
||||
cgrates.org,STATS_TCC1,,,100,-1,,*tcc,,,,,*none
|
||||
cgrates.org,STATS_TCC2,Fltr_tcc,,100,-1,,*tcc,,,,,*none
|
||||
#Tenant[0],Id[1],FilterIDs[2],Weights[3],QueueLength[4],TTL[5],MinItems[6],Metrics[7],MetricFilterIDs[8],Stored[9],Blocker[10],ThresholdIDs[12]
|
||||
cgrates.org,STATS_VENDOR_1,*string:~*req.Category:vendor1,,100,-1,,*acd;*tcd;*acc;*tcc;*sum#1,,,,*none
|
||||
cgrates.org,STATS_VENDOR_2,*string:~*req.Category:vendor2,,100,-1,,*acd;*tcd;*acc;*tcc;*sum#1;*distinct#~*req.Usage,,,,*none
|
||||
cgrates.org,STATS_TCC1,,,100,-1,,*tcc,,,,*none
|
||||
cgrates.org,STATS_TCC2,Fltr_tcc,,100,-1,,*tcc,,,,*none
|
||||
|
||||
cgrates.org,STATS_TOP1,*string:~*req.Account:1010,,100,-1,,*asr;*acd,,,,,*none
|
||||
cgrates.org,STATS_TOP2,*string:~*req.Destination:1021,,100,-1,,*asr;*acd,,,,,*none
|
||||
cgrates.org,STATS_TOP3,*string:~*req.Category:call,,100,-1,,*asr;*acd,,,,,*none
|
||||
cgrates.org,STATS_TOP1,*string:~*req.Account:1010,,100,-1,,*asr;*acd,,,,*none
|
||||
cgrates.org,STATS_TOP2,*string:~*req.Destination:1021,,100,-1,,*asr;*acd,,,,*none
|
||||
cgrates.org,STATS_TOP3,*string:~*req.Category:call,,100,-1,,*asr;*acd,,,,*none
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user