mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-22 23:58:44 +05:00
Added nats exporter in EEs cfg in order to load the config from path in nats_it_test.go
This commit is contained in:
committed by
Dan Christian Bogos
parent
8826caa135
commit
5cd74df5f2
@@ -412,6 +412,16 @@
|
||||
{"tag": "AnswerTime", "path": "*exp.answer_time", "type": "*variable", "value": "~*req.AnswerTime"},
|
||||
{"tag": "Cost", "path": "*exp.cost", "type": "*variable", "value": "~*req.Cost{*round:4}"},
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "HTTPJsonMapExporter",
|
||||
"type": "*nats_json_map",
|
||||
"export_path": "nats://localhost:4222",
|
||||
"attempts": 1,
|
||||
"opts": {
|
||||
"natsJetStream": true,
|
||||
"natsSubject": "processed_cdrs",
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user