summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/metricOptions/hourlySum.json
diff options
context:
space:
mode:
Diffstat (limited to 'OPENECOMP-DEMO/controller-template/configuration/metricOptions/hourlySum.json')
-rw-r--r--OPENECOMP-DEMO/controller-template/configuration/metricOptions/hourlySum.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/OPENECOMP-DEMO/controller-template/configuration/metricOptions/hourlySum.json b/OPENECOMP-DEMO/controller-template/configuration/metricOptions/hourlySum.json
new file mode 100644
index 0000000..dcdfed2
--- /dev/null
+++ b/OPENECOMP-DEMO/controller-template/configuration/metricOptions/hourlySum.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": "1hour",
+ "aggregationType": "SUM"
+ }
+ }
+} \ No newline at end of file