Created
June 23, 2022 07:38
-
-
Save Rohitrajak1807/1c6b8011c1702d16873149bc4241115f to your computer and use it in GitHub Desktop.
Aggregated data for metrics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"cost": 177, | |
"interval": "PT1H", | |
"namespace": "Microsoft.ContainerService/managedClusters", | |
"resourceregion": "centralindia", | |
"timespan": "2022-05-17T05:10:12Z/2022-05-17T06:10:12Z", | |
"value": [ | |
{ | |
"displayDescription": "Aggregated measurement of CPU utilization in millicores across the cluster", | |
"errorCode": "Success", | |
"id": "/subscriptions/xxxxxxxxxxxxxxxxxxxxxx/resourcegroups/dialtone-rrajak-dev/providers/Microsoft.ContainerService/managedClusters/sample-aks-cluster-basic-lb/providers/Microsoft.Insights/metrics/node_cpu_usage_millicores", | |
"name": { | |
"value": "node_cpu_usage_millicores", | |
"localizedValue": "CPU Usage Millicores" | |
}, | |
"timeseries": [ | |
{ | |
"data": [ | |
{ | |
"average": 200.85, | |
"timeStamp": "2022-05-17T05:10:00Z" | |
} | |
], | |
"metadatavalues": [] | |
} | |
], | |
"type": "Microsoft.Insights/metrics", | |
"unit": "MilliCores" | |
}, | |
{ | |
"displayDescription": "Disk space used in bytes by device", | |
"errorCode": "Success", | |
"id": "/subscriptions/xxxxxxxxxxxxxxxxx/resourcegroups/dialtone-rrajak-dev/providers/Microsoft.ContainerService/managedClusters/sample-aks-cluster-basic-lb/providers/Microsoft.Insights/metrics/node_disk_usage_bytes", | |
"name": { | |
"value": "node_disk_usage_bytes", | |
"localizedValue": "Disk Used Bytes" | |
}, | |
"timeseries": [ | |
{ | |
"data": [ | |
{ | |
"average": 13014342724.266666, | |
"timeStamp": "2022-05-17T05:10:00Z" | |
} | |
], | |
"metadatavalues": [] | |
} | |
], | |
"type": "Microsoft.Insights/metrics", | |
"unit": "Bytes" | |
}, | |
{ | |
"displayDescription": "Container RSS memory used in bytes", | |
"errorCode": "Success", | |
"id": "/subscriptions/xxxxxxxxxxxxxxxxxxxxxxx/resourcegroups/dialtone-rrajak-dev/providers/Microsoft.ContainerService/managedClusters/sample-aks-cluster-basic-lb/providers/Microsoft.Insights/metrics/node_memory_rss_bytes", | |
"name": { | |
"value": "node_memory_rss_bytes", | |
"localizedValue": "Memory RSS Bytes" | |
}, | |
"timeseries": [ | |
{ | |
"data": [ | |
{ | |
"average": 588511914.6666666, | |
"timeStamp": "2022-05-17T05:10:00Z" | |
} | |
], | |
"metadatavalues": [] | |
} | |
], | |
"type": "Microsoft.Insights/metrics", | |
"unit": "Bytes" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment