mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 00:28:44 +05:00
Update EventExporter ProcessEvent to include metrics informations
This commit is contained in:
committed by
Dan Christian Bogos
parent
196f8da1cc
commit
8340e65ebd
@@ -57,7 +57,7 @@
|
||||
"enabled": true,
|
||||
"attributes_conns":["*internal"],
|
||||
"cache": {
|
||||
"*file_csv": {"limit": -1, "ttl": "500ms", "static_ttl": false},
|
||||
"*file_csv": {"limit": -1, "ttl": "1s", "static_ttl": false},
|
||||
},
|
||||
"exporters": [
|
||||
{
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
"enabled": true,
|
||||
"attributes_conns":["*internal"],
|
||||
"cache": {
|
||||
"*file_csv": {"limit": -1, "ttl": "500ms", "static_ttl": false},
|
||||
"*file_csv": {"limit": -1, "ttl": "1s", "static_ttl": false},
|
||||
},
|
||||
"exporters": [
|
||||
{
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
"enabled": true,
|
||||
"attributes_conns":["*internal"],
|
||||
"cache": {
|
||||
"*file_csv": {"limit": -1, "ttl": "500ms", "static_ttl": false},
|
||||
"*file_csv": {"limit": -1, "ttl": "1s", "static_ttl": false},
|
||||
},
|
||||
"exporters": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user