summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/metricOptions/dailyAverage.json
blob: 2958993c3c873ddb4b84d9216fc79dcd0e3a9ee5 (plain)
1
2
3
4
5
6
7
8
9
10
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"
    }
  }
}