Skip to content

Commit 475a4af

Browse files
authored
Merge pull request #111803 from dlepow/acimonitor
[ACI] Metric update
2 parents 024ba1e + 9967b4e commit 475a4af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/container-instances/container-instances-monitor.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ At this time, Azure Monitor metrics are only available for Linux containers.
1919

2020
## Available metrics
2121

22-
Azure Monitor provides the following [metrics for Azure Container Instances][supported-metrics]. These metrics are available for a container group and individual containers.
22+
Azure Monitor provides the following [metrics for Azure Container Instances][supported-metrics]. These metrics are available for a container group and individual containers. By default, the metrics are aggregated as averages.
2323

24-
* **CPU Usage** - measured in **millicores**. One millicore is 1/1000th of a CPU core, so 500 millicores (or 500 m) represents 50% usage of a CPU core. Aggregated as **average usage** across all cores.
24+
* **CPU Usage** - measured in **millicores**. One millicore is 1/1000th of a CPU core, so 500 millicores represents usage of 0.5 CPU core.
2525

26-
* **Memory Usage** - aggregated as **average bytes**.
26+
* **Memory Usage** - in bytes.
2727

28-
* **Network Bytes Received Per Second** and **Network Bytes Transmitted Per Second** - aggregated as **average bytes per second**.
28+
* **Network Bytes Received Per Second** and **Network Bytes Transmitted Per Second**.
2929

3030
## Get metrics - Azure portal
3131

0 commit comments

Comments
 (0)