From f80e6a127d51d68ff6c77196767ea8ea10e73243 Mon Sep 17 00:00:00 2001 From: lj1412 Date: Tue, 14 Feb 2017 15:12:15 +0000 Subject: Init dcae.demo Change-Id: Ifc50405276e40c6458d236cd218764573551a7aa Signed-off-by: lj1412 --- .../configuration/metricOptions/dailySum.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 OPENECOMP-DEMO/controller-template/configuration/metricOptions/dailySum.json (limited to 'OPENECOMP-DEMO/controller-template/configuration/metricOptions/dailySum.json') diff --git a/OPENECOMP-DEMO/controller-template/configuration/metricOptions/dailySum.json b/OPENECOMP-DEMO/controller-template/configuration/metricOptions/dailySum.json new file mode 100644 index 0000000..5c4c25f --- /dev/null +++ b/OPENECOMP-DEMO/controller-template/configuration/metricOptions/dailySum.json @@ -0,0 +1,11 @@ +{ + "$class": "org.openecomp.ncomp.core.metrics.SequenceMetricValueOption", + "options": { + "basic": {"$class": "org.openecomp.ncomp.core.metrics.BasicMetricValueOption"}, + "aggregation": { + "$class": "org.openecomp.ncomp.core.metrics.AggregationMetricValueOption", + "duration": "1day", + "aggregationType": "SUM" + } + } +} \ No newline at end of file -- cgit 1.2.3-korg