Add exporter id within the *vars in EEs for templates

This commit is contained in:
arberkatellari
2024-08-13 10:17:26 +02:00
committed by Dan Christian Bogos
parent c7221f0d1e
commit 91630f39a5
3 changed files with 11 additions and 5 deletions

View File

@@ -703,7 +703,8 @@
{"tag": "SetupTime", "path": "*exp.SetupTime", "type": "*variable", "value": "~*req.SetupTime", "layout": "2006-01-02T15:04:05Z07:00"},
{"tag": "AnswerTime", "path": "*exp.AnswerTime", "type": "*variable", "value": "~*req.AnswerTime", "layout": "2006-01-02T15:04:05Z07:00"},
{"tag": "Usage", "path": "*exp.Usage", "type": "*variable", "value": "~*req.Usage"},
{"tag": "Cost", "path": "*exp.Cost", "type": "*variable", "value": "~*req.Cost{*round:4}"}
{"tag": "Cost", "path": "*exp.Cost", "type": "*variable", "value": "~*req.Cost{*round:4}"},
{"tag": "ExporterID", "path": "*exp.ExporterID", "type": "*variable", "value": "~*vars.*exporterID"},
],
},