Skip to content

Commit f6c4878

Browse files
authored
changing text
changing text
1 parent ad6e174 commit f6c4878

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Azure monitor metrics uses SI based prefixes. Metrics will only be using IEC pre
7676
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/prefixSI.png)
7878

79-
And 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/prefixIEC.png)
8181

8282
SI uses decimal

0 commit comments

Comments
 (0)