Skip to content

Commit 035c61d

Browse files
authored
Update metrics-troubleshoot.md
1 parent 64de43d commit 035c61d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-monitor/essentials/metrics-troubleshoot.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ Azure metrics charts use dashed line style to indicate that there is a missing v
7373
## Units of measure in metrics charts
7474

7575
Azure monitor metrics uses SI based prefixes. Metrics will only be using IEC prefixes if the resource provider has chosen an appropriate unit for a metric.
76-
For ex: The resource provider Network interface(resource name: rarana-vm816) has no metric unit defined for "Packets Sent". The prefix used for the metric value here is k representing kilo (1000), a SI prefix.
76+
For ex: The resource provider Network interface (resource name: rarana-vm816) has no metric unit defined for "Packets Sent". The prefix used for the metric value here is k representing kilo (1000), a SI prefix.
7777
![Screenshot that shows metric value with prefix kilo.](./media/metrics-troubleshoot/prefix-si.png)
7878

79-
The resource provider Storage account(resource name: ibabichvm) has metric unit defined for "Blob Capacity" as bytes. Hence, the prefix used is mebi (1024^2), an IEC prefix.
79+
The resource provider Storage account (resource name: ibabichvm) has metric unit defined for "Blob Capacity" as bytes. Hence, the prefix used is mebi (1024^2), an IEC prefix.
8080
![Screenshot that shows metric value with prefix mebi.](./media/metrics-troubleshoot/prefix-iec.png)
8181

8282
SI uses decimal

0 commit comments

Comments
 (0)