Skip to content

Commit e56beed

Browse files
authored
update file names
update file names
1 parent e61b9bd commit e56beed

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
@@ -74,10 +74,10 @@ Azure metrics charts use dashed line style to indicate that there is a missing v
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.
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.
77-
![Screenshot that shows metric value with prefix kilo.](./media/metrics-troubleshoot/prefixSI.png)
77+
![Screenshot that shows metric value with prefix kilo.](./media/metrics-troubleshoot/prefix-si.png)
7878

7979
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.
80-
![Screenshot that shows metric value with prefix mebi.](./media/metrics-troubleshoot/prefixIEC.png)
80+
![Screenshot that shows metric value with prefix mebi.](./media/metrics-troubleshoot/prefix-iec.png)
8181

8282
SI uses decimal
8383

0 commit comments

Comments
 (0)