summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/metricOptions/dailySum.json
blob: 5c4c25fa8666f5ae7b8b7ccc2c1b8249b59b2c7b (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": "SUM"
    }
  }
}