summaryrefslogtreecommitdiffstats
path: root/OPENECOMP-DEMO/controller-template/configuration/metricOptions/dailyMax.json
blob: e84b09787442b52d32cfcf3a93b1f77bbd1c3e21 (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": "MAX"
    }
  }
}