Skip to content

Monitoring Spec Example

andreggouveia edited this page Apr 7, 2021 · 22 revisions

The following model exemplifies a configuration intended to be created by Vertical Slicer and posted to an endpoint from MDA:

{ "businessID": "business", "topic": "topic_test", "networkID": 4665483, "tenantID": "tenant", "referenceID": "reference", "resourceID": "resource", "timestampStart": "2021-04-06T17:36:00", "timestampEnd": "2021-05-28T16:27:00", "metrics": [ { "metricName": "cpu_utilization", "metricType": "float", "aggregationMethod": null, "step": "30s", "next_run_at": null }, { "metricName": "disk_usage", "metricType": "float", "aggregationMethod": null, "step": "2m", "next_run_at": null } ] }

Clone this wiki locally