Skip to content

Monitoring Spec Example

andre-d-gomes edited this page Apr 8, 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"
        },
        {
            "metricName": "disk_usage",
            "metricType": "float",
            "aggregationMethod": null,
            "step": "2m"
        }
    ]
}

Clone this wiki locally