From f09f317e9ee4dbe412218bf946344b2ff287d7d7 Mon Sep 17 00:00:00 2001 From: porosnicuadrian Date: Mon, 6 Dec 2021 14:42:16 +0200 Subject: [PATCH] Usage case for sql exporter --- data/conf/samples/ees/cgrates.json | 1 + 1 file changed, 1 insertion(+) diff --git a/data/conf/samples/ees/cgrates.json b/data/conf/samples/ees/cgrates.json index a33f2ce47..cc1d765a0 100644 --- a/data/conf/samples/ees/cgrates.json +++ b/data/conf/samples/ees/cgrates.json @@ -458,6 +458,7 @@ {"tag": "CGRID", "path": "*exp.cgrid", "type": "*variable", "value": "~*req.CGRID"}, {"tag": "AnswerTime", "path": "*exp.answer_time", "type": "*variable", "value": "~*req.AnswerTime"}, {"tag": "Cost", "path": "*exp.cost", "type": "*variable", "value": "~*req.Cost{*round:4}"}, + {"tag": "Usage", "path": "*exp.`usage`", "type": "*variable", "value": "~*req.Usage"}, ] }, {