Skip to content

Commit b36153f

Browse files
authored
info about Avg Response Time vs Response time
- Average Response Time will be deprecated in favor of Response Time
1 parent e2da531 commit b36153f

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/azure-monitor/platform/metrics-supported.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2168,6 +2168,12 @@ Azure Monitor provides several ways to interact with metrics, including charting
21682168

21692169
## Microsoft.Web/sites (excluding functions)
21702170

2171+
> [!NOTE]
2172+
> **File System Usage** is a new metric being rolled out globally, no data is expected unless you have been whitelisted for private preview.
2173+
2174+
> [!IMPORTANT]
2175+
> **Average Response Time** will be deprecated to avoid confusion with metric aggregations. Use **Response Time** as a replacement.
2176+
21712177
|Metric|Metric Display Name|Unit|Aggregation Type|Description|Dimensions|
21722178
|---|---|---|---|---|---|
21732179
|CpuTime|CPU Time|Seconds|Total|CPU Time|Instance|
@@ -2185,7 +2191,8 @@ Azure Monitor provides several ways to interact with metrics, including charting
21852191
|Http5xx|Http Server Errors|Count|Total|Http Server Errors|Instance|
21862192
|MemoryWorkingSet|Memory working set|Bytes|Average|Memory working set|Instance|
21872193
|AverageMemoryWorkingSet|Average memory working set|Bytes|Average|Average memory working set|Instance|
2188-
|AverageResponseTime|Average Response Time|Seconds|Average|Average Response Time|Instance|
2194+
|ResponseTime|Response Time|Seconds|Total|Response Time|Instance|
2195+
|AverageResponseTime|Average Response Time (deprecated)|Seconds|Average|Average Response Time|Instance|
21892196
|AppConnections|Connections|Count|Average|Connections|Instance|
21902197
|Handles|Handle Count|Count|Average|Handle Count|Instance|
21912198
|Threads|Thread Count|Count|Average|Thread Count|Instance|

0 commit comments

Comments
 (0)