Skip to content

Commit ad6e174

Browse files
authored
updating header and format
updating header and format
1 parent a742aec commit ad6e174

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

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

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ Azure metrics charts use dashed line style to indicate that there is a missing v
7070
> [!NOTE]
7171
> If you still prefer a line chart for your metric, moving mouse over the chart may help to assess the time granularity by highlighting the data point at the location of the mouse pointer.
7272
73-
## Prefixes of metrics
73+
## Units of measure in metrics charts
7474

75-
By default 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.
75+
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.
7777
![Screenshot that shows metric value with prefix kilo.](./media/metrics-troubleshoot/prefixSI.png)
7878

@@ -82,28 +82,28 @@ And the resource provider Storage account(resource name: ibabichvm) has metric u
8282
SI uses decimal
8383

8484
| Value | abbreviation | SI |
85-
|-----------|--------------|---------------------|
86-
| 1000 | k | kilo |
87-
| 1000^2 | M | mega |
88-
| 1000^3 | G | giga |
89-
| 1000^4 | T | tera |
90-
| 1000^5 | P | peta |
91-
| 1000^6 | E | exa |
92-
| 1000^7 | Z | zetta |
93-
| 1000^8 | Y | yotta |
85+
|:---------:|:------------:|:-------------------:|
86+
| 1000 | k | kilo |
87+
| 1000^2 | M | mega |
88+
| 1000^3 | G | giga |
89+
| 1000^4 | T | tera |
90+
| 1000^5 | P | peta |
91+
| 1000^6 | E | exa |
92+
| 1000^7 | Z | zetta |
93+
| 1000^8 | Y | yotta |
9494

9595
IEC uses binary
9696

97-
|Value | abbreviation| IEC | Legacy ||
98-
|------|-------------|-----|----|----|
99-
|1024 | Ki| kibi| K | kilo|
100-
|1024^2| Mi| mebi| M | mega|
101-
|1024^3| Gi| gibi| G | giga|
102-
|1024^4| Ti| tebi| T | tera|
103-
|1024^5| Pi| pebi| - ||
104-
|1024^6| Ei| exbi| - ||
105-
|1024^7| Zi| zebi| - ||
106-
|1024^8| Yi| yobi| - ||
97+
|Value | abbreviation| IEC |Legacy| |
98+
|:----:|:-----------:|:---:|:----:|:---:|
99+
|1024 | Ki |kibi | K | kilo|
100+
|1024^2| Mi |mebi | M | mega|
101+
|1024^3| Gi |gibi | G | giga|
102+
|1024^4| Ti |tebi | T | tera|
103+
|1024^5| Pi |pebi | - | |
104+
|1024^6| Ei |exbi | - | |
105+
|1024^7| Zi |zebi | - | |
106+
|1024^8| Yi |yobi | - | |
107107

108108

109109
## Chart shows unexpected drop in values

0 commit comments

Comments
 (0)