mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-21 07:08:45 +05:00
Adding comments to trends and rankings defaults
This commit is contained in:
@@ -854,27 +854,30 @@ const CGRATES_CFG_JSON = `
|
||||
}
|
||||
},
|
||||
|
||||
"trends":{ // TrendS config
|
||||
"enabled": false, // starts TrendS service: <true|false>.
|
||||
"store_interval": "",
|
||||
|
||||
"trends":{ // TrendS config
|
||||
"enabled": false, // starts TrendS service: <true|false>.
|
||||
"store_interval": "", // dump cache regularly to dataDB, 0 - dump at start/shutdown: <""|$dur>
|
||||
"store_uncompressed_limit": 0, // used to compress metrics
|
||||
"stats_conns": [], // connections to StatS, empty to disable stats functionality: <""|*internal|$rpc_conns_id>
|
||||
"scheduled_ids": {},
|
||||
"thresholds_conns": [],
|
||||
"ees_conns": [],
|
||||
"ees_exporter_ids": []
|
||||
"stats_conns": [], // connections to StatS, empty to disable stats functionality: <""|*internal|$rpc_conns_id>
|
||||
"scheduled_ids": {}, // autoload these trend ids on start
|
||||
"thresholds_conns": [], // connections to ThresholdS for trendSummary reporting, empty to disable thresholds functionality: <""|*internal|$rpc_conns_id>
|
||||
"ees_conns": [], // connections to EEs for trendSummary, empty to disable export functionality: <""|*internal|$rpc_conns_id>
|
||||
"ees_exporter_ids": [] // list of EventExporter profiles to use for real-time trendSummary exports
|
||||
},
|
||||
|
||||
"rankings":{ // RankingS config
|
||||
"enabled": false, // starts RankingS service: <true|false>.
|
||||
"store_interval": "",
|
||||
"stats_conns": [], // connections to StatS, empty to disable stats functionality: <""|*internal|$rpc_conns_id>
|
||||
"scheduled_ids": {},
|
||||
"thresholds_conns": [],
|
||||
"ees_conns": [],
|
||||
"ees_exporter_ids": []
|
||||
|
||||
"rankings":{ // RankingS config
|
||||
"enabled": false, // starts RankingS service: <true|false>.
|
||||
"store_interval": "", // dump cache regularly to dataDB, 0 - dump at start/shutdown: <""|$dur>
|
||||
"stats_conns": [], // connections to StatS, empty to disable stats functionality: <""|*internal|$rpc_conns_id>
|
||||
"scheduled_ids": {}, // autoload these ranking ids on start
|
||||
"thresholds_conns": [], // connections to ThresholdS for rankingSummary reporting, empty to disable thresholds functionality: <""|*internal|$rpc_conns_id>
|
||||
"ees_conns": [], // connections to EEs for rankingSummary events, empty to disable export functionality: <""|*internal|$rpc_conns_id>
|
||||
"ees_exporter_ids": [] // list of EventExporter profiles to use for real-time rankingSummary exports
|
||||
},
|
||||
|
||||
|
||||
"thresholds": { // ThresholdS
|
||||
"enabled": false, // starts ThresholdS service: <true|false>.
|
||||
"store_interval": "", // dump cache regularly to dataDB, 0 - dump at start/shutdown: <""|$dur>
|
||||
|
||||
Reference in New Issue
Block a user