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