Configure security for Azure Container Instances (ACIs)
Azure Monitor provides insight into the compute resources used by your containers instances. This resource usage data helps you determine the best resource settings for your container groups. Azure Monitor also provides metrics that track network activity in your container instances.
Preview limitations
At this time, Azure Monitor metrics are only available for Linux containers.
Available metrics
Azure Monitor provides the following metrics for Azure Container Instances. These metrics are available for a container group and individual containers. By default, the metrics are aggregated as averages.
- CPU Usage measured in millicores.
- One millicore is 1/1000th of a CPU core, so 500 millicores represents usage of 0.5 CPU core.
- Memory Usage in bytes.
- Network bytes received per second.
- Network bytes transmitted per second.
Comments
Post a Comment